Skip to content

Commit 22c33c4

Browse files
adjust tests
1 parent 0928485 commit 22c33c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/onyxCacheTest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ describe('Onyx', () => {
646646
let connections: Array<{key: string; connection: Connection}> = [];
647647

648648
return initOnyx({
649-
maxCachedKeysCount: 5,
649+
maxCachedKeysCount: 3,
650650
})
651651
.then(() => {
652652
connections = range.map((number) => {

0 commit comments

Comments
 (0)