Add workspace filepath to test expectation
This commit is contained in:
@@ -612,7 +612,7 @@ describe("prepareCodeTour", () => {
|
||||
|
||||
expect(commandSpy).toHaveBeenCalledWith(
|
||||
"vscode.openFolder",
|
||||
expect.anything(),
|
||||
Uri.parse(tutorialWorkspacePath),
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user