Skip to content

Commit

Permalink
remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
pooran-c committed Oct 29, 2024
1 parent 75fc720 commit 9827f52
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ public void testRoundDownToQuarter() throws Exception {
assertEquals(//
ZonedDateTime.of(2023, 1, 2, 3, 15, 0, 0, ZoneId.of("UTC")), //
roundDownToQuarter(ZonedDateTime.of(2023, 1, 2, 3, 16, 17, 18, ZoneId.of("UTC"))));

assertEquals(//
ZonedDateTime.of(2023, 1, 2, 3, 15, 0, 0, ZoneId.of("UTC")), //
roundDownToQuarter(ZonedDateTime.of(2023, 1, 2, 3, 21, 22, 23, ZoneId.of("UTC"))));
}

@Test
Expand Down

0 comments on commit 9827f52

Please sign in to comment.