Skip to content

Commit 46b518a

Browse files
committed
Fix the test again
1 parent 8165610 commit 46b518a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isomorphic/classic/class/__tests__/ReactCreateClass-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ describe('ReactClass-spec', () => {
425425
'componentWillUpdate: true',
426426
'render: true',
427427
'componentDidUpdate: true',
428-
'componentWillUnmount: false',
428+
'componentWillUnmount: true',
429429
'after unmount: false',
430430
]);
431431

0 commit comments

Comments
 (0)