Skip to content

Commit 724dc45

Browse files
committed
Fix typo
1 parent 2f81105 commit 724dc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -635,7 +635,7 @@ describe("prepareCodeTour", () => {
635635

636636
describe("if the workspace is already open", () => {
637637
it("should not open the tutorial workspace", async () => {
638-
// Set isCodespaceTemplate to true to indicate the workspace has already been opened
638+
// Set isCodespacesTemplate to true to indicate the workspace has already been opened
639639
jest.spyOn(Setting.prototype, "getValue").mockReturnValue(true);
640640

641641
// set up directory to have a 'tutorial.code-workspace' file

0 commit comments

Comments
 (0)