Skip to content

Commit 1b18c8a

Browse files
committed
Pretty
1 parent 622489d commit 1b18c8a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ apiDescribe('Bundles', persistence => {
202202
await setDoc(doc(db, 'coll-1/b'), { k: 'b', bar: 0 });
203203

204204
const accumulator = new EventsAccumulator<QuerySnapshot>();
205-
const unsubscribe = onSnapshot(collection(db, 'coll-1'), accumulator.storeEvent);
205+
const unsubscribe = onSnapshot(
206+
collection(db, 'coll-1'),
207+
accumulator.storeEvent
208+
);
206209
await accumulator.awaitEvent();
207210

208211
const progress = await loadBundle(

0 commit comments

Comments
 (0)