Skip to content

Commit

Permalink
Merge pull request #254 from gii-is-DP2/hotfix/3.0.4
Browse files Browse the repository at this point in the history
hotfix/3.0.4
  • Loading branch information
enrreigut authored Jun 2, 2020
2 parents c814445 + a2e38af commit 36cd44c
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 36cd44c

Please sign in to comment.