Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Feb 16, 2021
1 parent 3ecb615 commit e223061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('SuggestionComponent', () => {

component.simulate('click');
expect(mockHandler).toHaveBeenCalledTimes(1);
expect(mockHandler).toHaveBeenCalledWith(mockSuggestion);
expect(mockHandler).toHaveBeenCalledWith(mockSuggestion, 0);
});

it('Should call onMouseEnter when user mouses over the element', () => {
Expand Down

0 comments on commit e223061

Please sign in to comment.