Skip to content

Commit 50a7af6

Browse files
author
Greg Soltis
committed
Lint
1 parent b5881cb commit 50a7af6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,8 @@ function genericLruGarbageCollectorTests(
989989

990990
it('caps sequence numbers to collect', async () => {
991991
//await persistence.shutdown();
992-
// Set a low byte threshold and plan to GC all of it. Should be capped by low max number of sequence numbers.
992+
// Set a low byte threshold and plan to GC all of it. Should be capped by low max number of
993+
// sequence numbers.
993994
const params = new LruParams(100, 100, 5);
994995
await initializeTestResources(params);
995996

0 commit comments

Comments
 (0)