Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoreras committed Oct 18, 2024
1 parent 859585d commit 584701b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ describe('DotLocalesListComponent', () => {

spectator.click(row);

expect(spectator.component.store.openAddEditDialog).toHaveBeenCalledWith(1);
expect(spectator.component.store.openAddEditDialog).toHaveBeenCalled();
});
});

0 comments on commit 584701b

Please sign in to comment.