Skip to content

Commit aaba1b8

Browse files
Andaristtimdorr
authored andcommitted
Updated 1 createStore's test description (reduxjs#2511)
1 parent ed0c9a7 commit aaba1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/createStore.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('createStore', () => {
3434
).not.toThrow()
3535
})
3636

37-
it('passes the initial action and the initial state', () => {
37+
it('passes the initial state', () => {
3838
const store = createStore(reducers.todos, [
3939
{
4040
id: 1,

0 commit comments

Comments
 (0)