Skip to content

Commit 0b807f9

Browse files
committed
Fixed firestore test
1 parent 54f2d7a commit 0b807f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/api/database.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ describe('Settings', () => {
568568
// Use a new instance of Firestore in order to configure settings.
569569
const db = newTestFirestore();
570570
const emulatorOptions = { mockUserToken: 'test' };
571-
const workstationHost = 'abc.workstations.dev';
571+
const workstationHost = 'abc.cloudworkstations.dev';
572572
connectFirestoreEmulator(db, workstationHost, 9000, emulatorOptions);
573573

574574
expect(db._getSettings().host).to.exist.and.to.equal(

0 commit comments

Comments
 (0)