Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Zatsarynnyi <[email protected]>
  • Loading branch information
azatsarynnyy committed May 3, 2022
1 parent 5b8d71d commit 1bcd7b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ describe('Test Workspace Projects Manager', () => {
expect(onProjectChangedSpy).toBeCalledTimes(0);
expect(onProjectRemovedSpy).toBeCalledTimes(0);

expect(updateProjectMock).toBeCalledTimes(1);
expect(updateProjectMock).toBeCalledTimes(0);
expect(deleteProjectMock).toBeCalledTimes(0);
});

Expand Down

0 comments on commit 1bcd7b7

Please sign in to comment.