Add workspace filepath to test expectation

This commit is contained in:
Elena Tanasoiu
2023-03-21 08:52:29 +00:00
parent fade710f95
commit 782e413c64

View File

@@ -612,7 +612,7 @@ describe("prepareCodeTour", () => {
expect(commandSpy).toHaveBeenCalledWith(
"vscode.openFolder",
expect.anything(),
Uri.parse(tutorialWorkspacePath),
);
});
});