Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Nov 25, 2020
1 parent 8ba65bc commit 5e2c7f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('Telemetry helpers', () => {
expect(incrementCounterMock).toHaveBeenCalledWith(
'app_search_telemetry',
'app_search_telemetry',
'ui_clicked.button'
['ui_clicked.button']
);
expect(response).toEqual({ success: true });
});
Expand Down

0 comments on commit 5e2c7f3

Please sign in to comment.