diff --git a/core/src/epicli/.vscode/launch.json b/core/src/epicli/.vscode/launch.json index b4ecff4ebb..744d077991 100644 --- a/core/src/epicli/.vscode/launch.json +++ b/core/src/epicli/.vscode/launch.json @@ -28,7 +28,7 @@ "pythonPath": "${config:python.pythonPath}", "env": { "PYTHONPATH": "${workspaceFolder}" }, "console": "integratedTerminal", - "args": ["${workspaceFolder}/tests/", "--junitxml=${workspaceFolder}/tests/results/unit_tests_results.xml"] + "args": ["${workspaceFolder}/tests/", "--junitxml=${workspaceFolder}/tests/results/unit_test_results.xml"] } ] -} \ No newline at end of file +}