Skip to content

Commit 00fdab2

Browse files
committed
Comment
1 parent c832967 commit 00fdab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/org/labkey/api/security/AuthenticationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@ public void testReauthTokens() throws InterruptedException
19611961
addToken(request, admin, "123", Instant.now().plus(1, ChronoUnit.SECONDS));
19621962
assertEquals(initialCount + 3, map.size());
19631963

1964-
// Wait a second that then add -- tokens above should all get removed
1964+
// Wait a second that then add another one -- tokens above should all get removed
19651965
Thread.sleep(1000);
19661966
addToken(request, admin, "foo", Instant.now().plus(10, ChronoUnit.SECONDS));
19671967
assertEquals(initialCount + 1, map.size());

0 commit comments

Comments
 (0)