Skip to content

Commit 0fa08c4

Browse files
committed
document_overlay_cache.test.ts: replace it.only() that was accidentally left in with it()
1 parent 75116dc commit 0fa08c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/local/document_overlay_cache.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ function genericDocumentOverlayCacheTests(): void {
309309
verifyOverlayContains(overlays, 'coll/doc1', 'coll/doc2', 'coll/doc3');
310310
});
311311

312-
it.only('updating an overlay removes the old entry for that overlay', async () => {
312+
it('updating an overlay removes the old entry for that overlay', async () => {
313313
const m1 = patchMutation('coll/doc', { 'foo': '1' });
314314
const m2 = patchMutation('coll/doc', { 'foo': '2' });
315315
await saveOverlaysForMutations(1, m1);

0 commit comments

Comments
 (0)