Skip to content

Commit 81d47af

Browse files
committed
fix breaking test
1 parent a0b047f commit 81d47af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/components/connect.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,9 +1101,7 @@ describe('React', () => {
11011101
expect(() =>
11021102
TestUtils.renderIntoDocument(<Decorated />)
11031103
).toThrow(
1104-
'Invariant Violation: Could not find "store" in either the context ' +
1105-
'or props of "Connect(Container)". Either wrap the root component in a ' +
1106-
'<Provider>, or explicitly pass "store" as a prop to "Connect(Container)".'
1104+
/Could not find "store"/
11071105
)
11081106
})
11091107

0 commit comments

Comments
 (0)