Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ratson committed Apr 15, 2016
1 parent d70c5db commit b81e33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/connect.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('React', () => {
}
}

it('should should props and promise state to the given component', (done) => {
it('should pass props and promise state to the given component', (done) => {
const props = ({
foo: 'bar',
baz: 42
Expand Down

0 comments on commit b81e33e

Please sign in to comment.