Skip to content

Commit e12ec04

Browse files
committed
test build error
1 parent c5e40fb commit e12ec04

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/firestore/src/api/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class Firestore extends LiteFirestore {
121121
// usage throws an exception.
122122
configureFirestore(this);
123123
}
124-
return this._firestoreClient!.terminate();
124+
return null;
125125
}
126126
}
127127

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,6 @@ apiDescribe('Database', persistence => {
831831
expect(snap.data()).to.deep.equal(changedData);
832832
// This event could be a metadata change for fromCache as well.
833833
// We comment this line out to reduce flakiness.
834-
835834
// TODO(b/295872012): Figure out a way to check for all scenarios.
836835
// expect(snap.metadata.hasPendingWrites).to.be.false;
837836
});

0 commit comments

Comments
 (0)