Skip to content

Commit

Permalink
add minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: vinay sharma <vsharma@chef.io>
  • Loading branch information
vinay033 committed Aug 31, 2023
1 parent 2fc5836 commit 15d9a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('ResourceItemComponent', () => {

it('calls the node-details event service', () => {
spyOn(eventService, 'showModal');
component.showModal('resourceId');
component.showModal();
expect(eventService.showModal).toHaveBeenCalledWith(true, 'resourceId');
});
});
Expand Down

0 comments on commit 15d9a9f

Please sign in to comment.