Skip to content

Commit bc1c647

Browse files
committed
fix: connect test
1 parent 7d8fa8a commit bc1c647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/connect.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,7 @@ describe('React', () => {
26602660
store.dispatch({ type: 'test' })
26612661
})
26622662

2663-
expect(initialOwnProps).toBe(undefined)
2663+
expect(initialOwnProps).toBe(null)
26642664
expect(initialState).not.toBe(undefined)
26652665
expect(secondaryOwnProps).not.toBe(undefined)
26662666
expect(secondaryOwnProps.name).toBe('a')

0 commit comments

Comments
 (0)