Skip to content

Commit e162085

Browse files
Test fix
1 parent 1e0f98c commit e162085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,8 +1162,8 @@ apiDescribe('Database', (persistence: boolean) => {
11621162
await withTestDoc(persistence, async docRef => {
11631163
const firestore = docRef.firestore;
11641164
const expectedError =
1165-
'Persistence can only be cleared before a Firestore instance is' +
1166-
'initialized or after it is terminated';
1165+
'Persistence can only be cleared before a Firestore instance is ' +
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)