Fix naming in test databases

This commit is contained in:
Robert
2024-02-14 16:41:07 +00:00
parent 8c87493d76
commit dd98a968ce

View File

@@ -30,13 +30,13 @@ describe("local-databases-ui", () => {
// these two should be deleted
const db4 = createDatabase(
storageDir,
"db2-notimported-with-db-info",
"db4-notimported-with-db-info",
QueryLanguage.Cpp,
".dbinfo",
);
const db5 = createDatabase(
storageDir,
"db2-notimported-with-codeql-database.yml",
"db5-notimported-with-codeql-database.yml",
QueryLanguage.Cpp,
"codeql-database.yml",
);