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

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvhuynh authored and tptee committed Dec 13, 2017
1 parent 9c5ab96 commit 81e85af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/environment/browser-router.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const immutableBrowserRouterTest = {
search: '?get=schwifty'
}
});
const store = setupBrowserStore({
setupBrowserStore({
routes,
basename: '/cob-planet'
});
Expand Down
2 changes: 1 addition & 1 deletion test/environment/hash-router.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const immutableHashRouterTest = {
search: '?get=schwifty'
}
});
const store = setupHashStore({
setupHashStore({
routes,
basename: '/cob-planet'
});
Expand Down

0 comments on commit 81e85af

Please sign in to comment.