Skip to content

Commit bbeaad4

Browse files
committed
Fix test name
1 parent 1f626d1 commit bbeaad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/createAction-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('createAction()', () => {
1616
expect(action.payload).to.equal(foobar);
1717
});
1818

19-
it('has `status` nor any extraneous keys', () => {
19+
it('has no extraneous keys', () => {
2020
expect(action).to.deep.equal({
2121
type,
2222
payload: foobar

0 commit comments

Comments
 (0)