Skip to content

Commit d122ae0

Browse files
Line break
1 parent a12064f commit d122ae0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/firestore/src/model/document.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ export class Document extends MaybeDocument {
145145
});
146146
this.objectValue = result;
147147

148-
// Once objectValue is computed, values inside the fieldValueCache are no longer accessed.
148+
// Once objectValue is computed, values inside the fieldValueCache are no
149+
// longer accessed.
149150
this.fieldValueCache = undefined;
150151
}
151152

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ apiDescribe('Database', (persistence: boolean) => {
11121112
});
11131113
});
11141114

1115-
it('calling shutdown mutiple times should proceed', async () => {
1115+
it.only('calling shutdown mutiple times should proceed', async () => {
11161116
await withTestDoc(persistence, async docRef => {
11171117
const firestore = docRef.firestore;
11181118
await shutdownDb(firestore);

0 commit comments

Comments
 (0)