Skip to content

Commit 29ffc5c

Browse files
committed
fix react test
1 parent 05672a2 commit 29ffc5c

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
@@ -154,7 +154,7 @@ describe("Store doesn't update *too many* times during navigation", () => {
154154
// This number should be as small as possible to minimize the amount of work
155155
// that needs to be done during a navigation.
156156
// Any change that increases this number should be investigated.
157-
expect(updates).toBe(5)
157+
expect(updates).toBe(4)
158158
})
159159

160160
test('sync beforeLoad', async () => {

0 commit comments

Comments
 (0)