Skip to content

Commit

Permalink
Merge pull request #112 from ratson/fix-test-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ryanbrainard committed Apr 16, 2016
2 parents d70c5db + b81e33e commit e7320ef
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 e7320ef

Please sign in to comment.