Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
Fix test for initial state
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Feb 10, 2017
1 parent b2c2259 commit 857cf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/_createSyncTest.js
Expand Up @@ -157,7 +157,7 @@ export default function createTests(createHistory, name, reset = defaultReset) {
history.push('/foo')
history.replace('/foo')

expect(updates).toEqual([ '/', '/foo', '/foo', '/foo' ])
expect(updates).toEqual([ '/foo', '/foo', '/foo' ])

historyUnsubscribe()
})
Expand Down

0 comments on commit 857cf4d

Please sign in to comment.