We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab217e9 commit e286109Copy full SHA for e286109
lib/src/test/java/com/auth0/jwt/ClockTest.java
@@ -15,10 +15,7 @@ public class ClockTest {
15
public void shouldGetToday() throws Exception{
16
Clock clock = new Clock();
17
Date clockToday = clock.getToday();
18
- Date today = new Date();
19
-
20
assertThat(clockToday, is(notNullValue()));
21
- assertThat(clockToday.getTime(), is(equalTo(today.getTime())));
22
}
23
24
0 commit comments