Skip to content

Commit

Permalink
internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Mar 15, 2023
1 parent cf1ee9a commit 1be6e7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ describe('InfiniteHits', () => {

expect(props.sendEvent).toHaveBeenCalledTimes(1);
expect(props.sendEvent).toHaveBeenLastCalledWith(
'click',
'click:internal',
props.hits[0],
'Hit Clicked'
);
Expand Down

0 comments on commit 1be6e7a

Please sign in to comment.