Skip to content

Commit 556d1be

Browse files
committed
Removed only
1 parent ce5537f commit 556d1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functions/src/callable.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ describe('Firebase Functions > Stream', () => {
594594
expect(options.credentials).to.equal('include');
595595
});
596596

597-
it.only('calls streamFromURL cloud workstations with credentials', async () => {
597+
it('calls streamFromURL cloud workstations with credentials', async () => {
598598
const authMock: FirebaseAuthInternal = {
599599
getToken: async () => ({ accessToken: 'auth-token' })
600600
} as unknown as FirebaseAuthInternal;

0 commit comments

Comments
 (0)