Skip to content

Commit

Permalink
Downcase store in custom store tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Sep 7, 2016
1 parent 7a850b0 commit 1374e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/custom-store.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import test from 'ava'
import Store from '../src/Store'
import Store from '../src/store'
import Microcosm from '../src/microcosm'

const create = n => n
Expand Down
2 changes: 1 addition & 1 deletion test/immutable-interop.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import test from 'ava'
import Store from '../src/Store'
import Store from '../src/store'
import Microcosm from '../src/microcosm'

const create = n => n
Expand Down

0 comments on commit 1374e1b

Please sign in to comment.