Skip to content

Commit 857cf4d

Browse files
committed
Fix test for initial state
1 parent b2c2259 commit 857cf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/_createSyncTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default function createTests(createHistory, name, reset = defaultReset) {
157157
history.push('/foo')
158158
history.replace('/foo')
159159

160-
expect(updates).toEqual([ '/', '/foo', '/foo', '/foo' ])
160+
expect(updates).toEqual([ '/foo', '/foo', '/foo' ])
161161

162162
historyUnsubscribe()
163163
})

0 commit comments

Comments
 (0)