Skip to content

Commit

Permalink
hotfix/3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueReina committed Jun 2, 2020
1 parent 450c92f commit a2e38af
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ public class TrainingServiceTests {

@BeforeAll
public static void setup() {
NOW.set(Calendar.HOUR, 0);
NOW.add(Calendar.HOUR, 0);
NOW.set(Calendar.HOUR_OF_DAY, 0);
NOW.set(Calendar.MINUTE, 0);
NOW.set(Calendar.SECOND, 0);
NOW.set(Calendar.MILLISECOND, 0);
Expand Down

0 comments on commit a2e38af

Please sign in to comment.