Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Oct 1, 2021
1 parent bd66db6 commit 804a96c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Settings.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ test('settings', async () => {
target: { value: '0.15' },
});
fireEvent.click(screen.getByTestId('close'));
expect(onChange).toHaveBeenCalledWith(25, '0.5', '0');
expect(onChange).toHaveBeenCalledWith(25, '0.75', '0');
expect(onChange).toHaveBeenCalledWith(25, '0.75', '0.15');
});

0 comments on commit 804a96c

Please sign in to comment.