Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Nguyen committed Oct 12, 2021
1 parent 168b1d0 commit ee73036
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('TerminateProduct', () => {
await tp.start();

// CHECK
expect(deleteMainAccountEgressStoreRole).toHaveBeenCalledTimes(0);
expect(deleteMainAccountEgressStoreRole).not.toHaveBeenCalled();
});

function mockDataEgressService(deleteMainAccountEgressStoreRole) {
Expand Down

0 comments on commit ee73036

Please sign in to comment.