Skip to content

Commit 67f589b

Browse files
committed
bump to 8 the store update test
1 parent b362e40 commit 67f589b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/tests/store-updates-during-navigation.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe("Store doesn't update *too many* times during navigation", () => {
182182
// that needs to be done during a navigation.
183183
// Any change that increases this number should be investigated.
184184
expect(updates).toBeGreaterThanOrEqual(6) // WARN: this is flaky, and sometimes (rarely) is 7
185-
expect(updates).toBeLessThanOrEqual(7)
185+
expect(updates).toBeLessThanOrEqual(8)
186186
})
187187

188188
test('not found in beforeLoad', async () => {

0 commit comments

Comments
 (0)