Skip to content

Commit e2ae780

Browse files
committed
Update reportIssue test
1 parent 7162aa8 commit e2ae780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unitTests/features/reportIssue.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ suite(`${reportIssue.name}`, () => {
7979
test(`${OpenURL.name} event is created with the omnisharp-vscode github repo issues url`, async () => {
8080
await reportIssue(vscode, eventStream, getDotnetInfo, false, options, fakeMonoResolver);
8181
let url = (<OpenURL>eventBus.getEvents()[0]).url;
82-
expect(url).to.include("https://github.com/OmniSharp/omnisharp-vscode/issues/new?body=Please paste the output from your clipboard");
82+
expect(url).to.include("https://github.com/muhammadsammy/free-omnisharp-vscode/issues/new?body=Please paste the output from your clipboard");
8383
});
8484

8585
suite("The body is passed to the vscode clipboard and", () => {
@@ -131,4 +131,4 @@ suite(`${reportIssue.name}`, () => {
131131
expect(issueBody).to.not.contain(extension1.packageJSON.version);
132132
});
133133
});
134-
});
134+
});

0 commit comments

Comments
 (0)