Skip to content

Commit

Permalink
feat: improve code coverage
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
  • Loading branch information
SuZhou-Joe committed Mar 25, 2024
1 parent 5d9073d commit 627cbcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('WorkspaceIdConsumerWrapper', () => {
});

it(`Should add workspaces parameters when checkConflict`, async () => {
await wrapperClient.checkConflicts([]);
await wrapperClient.checkConflicts();
expect(mockedClient.checkConflicts).toBeCalledWith([], {
workspaces: ['foo'],
});
Expand Down

0 comments on commit 627cbcc

Please sign in to comment.