Skip to content

Commit 455f4a6

Browse files
author
Patrick Feeney
committed
rename test
1 parent 5d21501 commit 455f4a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ describe('handleStanzaDisconnectedEvent', () => {
13611361
expect(connectSpy).toHaveBeenCalled();
13621362
});
13631363

1364-
it('should catch reconnection errors and emit them.', async () => {
1364+
it('should catch reconnection errors and emit them', async () => {
13651365
client['autoReconnect'] = true;
13661366

13671367
const err = {message: 'AXIOS 401 for example'}

0 commit comments

Comments
 (0)