Skip to content

Commit 782e413

Browse files
committed
Add workspace filepath to test expectation
1 parent fade710 commit 782e413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/test/vscode-tests/no-workspace/helpers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ describe("prepareCodeTour", () => {
612612

613613
expect(commandSpy).toHaveBeenCalledWith(
614614
"vscode.openFolder",
615-
expect.anything(),
615+
Uri.parse(tutorialWorkspacePath),
616616
);
617617
});
618618
});

0 commit comments

Comments
 (0)