Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Mar 20, 2020
1 parent 4206b7d commit 92609c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('for the last expression', () => {
/>
);
wrapper.simulate('click');
expect(wrapper.find('[value=1]').length > 0).toBeTruthy();
expect(wrapper.find('[value=""]').length > 0).toBeTruthy();
expect(wrapper.find('[value="s"]').length > 0).toBeTruthy();
expect(
wrapper.contains(
Expand Down

0 comments on commit 92609c3

Please sign in to comment.