diff --git a/.vscode/tasks.json b/.vscode/tasks.json index f367549..5afe958 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -9,7 +9,7 @@ "taskName": "Run", "options": { "cwd": "${workspaceRoot}" }, "command": "cargo", - "args": ["run", "--release", "--", "-c", "./TestConfigWindows.toml", "-d", "dev.sqlite", "-w", "../polaris-web"] + "args": ["run", "--release", "--", "-c", "./TestConfigWindows.toml", "-d", "test/db.sqlite", "-w", "../polaris-web"] }, // Run unit tests diff --git a/dev.sqlite b/dev.sqlite deleted file mode 100644 index c27f52c..0000000 Binary files a/dev.sqlite and /dev/null differ