Skip to content

Commit

Permalink
🧪 Fix test profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Nov 23, 2023
1 parent 89dd0eb commit 8f38dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func TestAllCommandsWithContainer(t *testing.T) {
command.SetOut(out)
command.SetArgs([]string{
"--save-report",
"-n", "Default",
"-n", "qodana.starter",
"-i", projectPath,
"-o", resultsPath,
"--cache-dir", cachePath,
Expand Down

0 comments on commit 8f38dcd

Please sign in to comment.