Skip to content

Commit 49378bf

Browse files
Fix unit test build (#3963)
1 parent fc3bf65 commit 49378bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/specs/spec_test_components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class MockMultiTabOfflineComponentProvider extends MultiTabOfflineCompone
143143
private readonly document: FakeDocument,
144144
onlineComponentProvider: OnlineComponentProvider
145145
) {
146-
super(onlineComponentProvider);
146+
super(onlineComponentProvider, /* cacheSizeBytes= */ undefined);
147147
}
148148

149149
createGarbageCollectionScheduler(

0 commit comments

Comments
 (0)