diff --git a/src/test/java/org/threeten/bp/zone/TestTzdbZoneRulesCompiler.java b/src/test/java/org/threeten/bp/zone/TestTzdbZoneRulesCompiler.java index 1adc14267..f2d6f6038 100644 --- a/src/test/java/org/threeten/bp/zone/TestTzdbZoneRulesCompiler.java +++ b/src/test/java/org/threeten/bp/zone/TestTzdbZoneRulesCompiler.java @@ -381,7 +381,7 @@ public void test_parseMonthDayTime_maylastSunShortTime() throws Exception { } @Test - public void test_parseMonthDayTime_sepSatAfter62500() throws Exception { + public void test_parseMonthDayTime_sepSatAfter82500() throws Exception { TzdbZoneRulesCompiler test = new TzdbZoneRulesCompiler("2018f", new ArrayList(), null, false); TZDBRule mdt = parseMonthDayTime(test, "Sep Sat>=8 25:00"); assertEquals(mdt.month, Month.SEPTEMBER);