Skip to content

Commit dd98a96

Browse files
Fix naming in test databases
1 parent 8c87493 commit dd98a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/test/vscode-tests/no-workspace/databases/local-databases-ui.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ describe("local-databases-ui", () => {
3030
// these two should be deleted
3131
const db4 = createDatabase(
3232
storageDir,
33-
"db2-notimported-with-db-info",
33+
"db4-notimported-with-db-info",
3434
QueryLanguage.Cpp,
3535
".dbinfo",
3636
);
3737
const db5 = createDatabase(
3838
storageDir,
39-
"db2-notimported-with-codeql-database.yml",
39+
"db5-notimported-with-codeql-database.yml",
4040
QueryLanguage.Cpp,
4141
"codeql-database.yml",
4242
);

0 commit comments

Comments
 (0)