Skip to content

Commit

Permalink
fix immersive modal test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Brandes authored and Sara Brandes committed Jan 25, 2019
1 parent b58b733 commit b49e857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared-components/immersiveModal/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('<ImmersiveModal />', () => {
</ImmersiveModal>
);

wrapper.instance().onOffClick();
wrapper.instance().closeModal();

expect(spy).toHaveBeenCalled();
});
Expand Down

0 comments on commit b49e857

Please sign in to comment.