Skip to content

Commit 8daf2d8

Browse files
Shiranuitalexandrebouthinon
andauthored
Update test/kuzzle/authenticator.test.js
Co-authored-by: Alexandre Bouthinon <[email protected]>
1 parent ace325c commit 8daf2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kuzzle/authenticator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ describe('Kuzzle authenticator function mecanisms', () => {
157157

158158
protocol.emit('reconnect');
159159

160-
// We need a timeout since the listener on "reconnect" even is async
160+
// We need a timeout since the listener on "reconnect" event is asynchronous
161161
setTimeout(() => {
162162
should(kuzzle.tryReAuthenticate).not.be.called();
163163
should(reconnectedSpy).be.calledOnce();

0 commit comments

Comments
 (0)