Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Jun 25, 2020
1 parent 4a9a23f commit 223869e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('ExceptionsViewerItems', () => {

expect(mockOnDeleteException).toHaveBeenCalledWith({
id: '1',
namespaceType: 'single',
namespace_type: 'single',
});
});
});

0 comments on commit 223869e

Please sign in to comment.