From 3b3183da4343f4eebe54b187ab162931802f0e7c Mon Sep 17 00:00:00 2001 From: David van Leusen Date: Fri, 19 Oct 2018 16:49:34 +0200 Subject: [PATCH] Missed number during copy/paste/edit --- .../java/org/threeten/bp/zone/TestTzdbZoneRulesCompiler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);