Skip to content

Commit e422e05

Browse files
committed
Updated fetch connection check
1 parent 840dc60 commit e422e05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firestore/test/unit/remote/fetch_connection.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ describe('Fetch Connection', () => {
4444
'',
4545
'',
4646
new FirestoreSettingsImpl({
47-
host: 'abc.cloudworkstations.dev',
48-
emulatorOptions: {}
47+
host: 'abc.cloudworkstations.dev'
4948
})
5049
)
5150
);

0 commit comments

Comments
 (0)