Skip to content

Commit

Permalink
Update test | Fixes #981
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Jun 8, 2018
1 parent 5381d0f commit a5adc25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ describe('ClayNavigationBar', function() {

expect(spy).toHaveBeenCalled();
expect(spy).toHaveBeenCalledWith(
'itemClicked',
expect.objectContaining({
data: dataToExpect,
name: 'itemClicked',
originalEvent: expect.any(Object),
})
);
Expand Down

0 comments on commit a5adc25

Please sign in to comment.