Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/tests/unit/bootstrap.test.ts')
-rw-r--r--editors/code/tests/unit/bootstrap.test.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/tests/unit/bootstrap.test.ts b/editors/code/tests/unit/bootstrap.test.ts
index 884e73e454..8aeb72180a 100644
--- a/editors/code/tests/unit/bootstrap.test.ts
+++ b/editors/code/tests/unit/bootstrap.test.ts
@@ -16,7 +16,7 @@ export async function getTests(ctx: Context) {
return "rust-analyzer 1.67.0-nightly (b7bc90fe 2022-11-21)";
},
),
- "0-2022-11-21",
+ "0-2022-11-21/0",
);
});
@@ -32,7 +32,7 @@ export async function getTests(ctx: Context) {
return "rust-analyzer 1.72.1 (d5c2e9c3 2023-09-13)";
},
),
- "1-2023-09-13",
+ "0-2023-09-13/1",
);
});
@@ -60,7 +60,7 @@ export async function getTests(ctx: Context) {
return "rust-analyzer 1.79.0 (129f3b99 2024-06-10)";
},
),
- "1-2024-06-10",
+ "0-2024-06-10/1",
);
});