Skip to content

Commit

Permalink
Missed number during copy/paste/edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiskae authored and jodastephen committed Oct 27, 2018
1 parent 1333259 commit 3b3183d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<File>(), null, false);
TZDBRule mdt = parseMonthDayTime(test, "Sep Sat>=8 25:00");
assertEquals(mdt.month, Month.SEPTEMBER);
Expand Down

0 comments on commit 3b3183d

Please sign in to comment.