Skip to content

Commit 688c6e1

Browse files
Test fix
1 parent 1e0f98c commit 688c6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ apiDescribe('Database', (persistence: boolean) => {
11631163
const firestore = docRef.firestore;
11641164
const expectedError =
11651165
'Persistence can only be cleared before a Firestore instance is' +
1166-
'initialized or after it is terminated';
1166+
'initialized or after it is terminated.';
11671167
if (usesModularApi()) {
11681168
// The modular API throws an exception rather than rejecting the
11691169
// Promise, which matches our overall handling of API call violations.

0 commit comments

Comments
 (0)