Skip to content

Commit a8c1abf

Browse files
committed
Fix incorrect invocation count in test
1 parent 0c05c01 commit a8c1abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/connect.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ describe('React', () => {
513513
outerComponent.setFoo('BAR')
514514
outerComponent.setFoo('DID')
515515

516-
expect(invocationCount).toEqual(4)
516+
expect(invocationCount).toEqual(3)
517517
})
518518

519519
it('should invoke mapState every time props are changed if it has a second argument', () => {

0 commit comments

Comments
 (0)