Skip to content

Commit 153f19c

Browse files
committed
Use real looking runtimeId in fake
1 parent 9a2ff73 commit 153f19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unitTests/features/reportIssue.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ suite(`${reportIssue.name}`, () => {
4444
const fakeDotnetInfo: DotnetInfo = {
4545
FullInfo: "myDotnetInfo",
4646
Version: "1.0.x",
47-
RuntimeId: "1.1.x"
47+
RuntimeId: "win10-x64"
4848
};
4949

5050
let fakeMonoResolver: FakeMonoResolver;

0 commit comments

Comments
 (0)