Skip to content

Commit c10b1fd

Browse files
committed
update test
1 parent 8843975 commit c10b1fd

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
@@ -197,7 +197,7 @@ describe("Store doesn't update *too many* times during navigation", () => {
197197
// This number should be as small as possible to minimize the amount of work
198198
// that needs to be done during a navigation.
199199
// Any change that increases this number should be investigated.
200-
expect(updates).toBe(7)
200+
expect(updates).toBe(8)
201201
})
202202

203203
test('hover preload, then navigate, w/ async loaders', async () => {

0 commit comments

Comments
 (0)