Skip to content

Commit 751eb16

Browse files
committed
integration/remote/stream.test.ts: force a test to fail
1 parent c6173a5 commit 751eb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/remote/stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ it('token is not invalidated once the stream is healthy', () => {
291291
new FirestoreError(Code.UNAUTHENTICATED, '')
292292
);
293293
await streamListener.awaitCallback('close');
294-
expect(credentials.observedStates).to.deep.equal(['getToken']);
294+
expect(credentials.observedStates).to.deep.equal(['zzyzx']);
295295
}, credentials);
296296
});
297297

0 commit comments

Comments
 (0)