Avoid using path separator in test data

This commit is contained in:
Robert
2024-01-17 15:35:38 +00:00
parent 1010239c29
commit 6b1a056ae6

View File

@@ -413,7 +413,7 @@ describe("Variant Analysis Manager", () => {
// Should include queries. Just check that at least one known query exists.
// It doesn't particularly matter which query we check for.
expect(
queries.find((q) => q.fsPath.includes("CWE-201/PostMessageStar.ql")),
queries.find((q) => q.fsPath.includes("PostMessageStar.ql")),
).toBeDefined();
// Should not include non-problem queries.
expect(