Skip to content

Commit

Permalink
Is python3 more likely than python? (#586)
Browse files Browse the repository at this point in the history
`python` is an alias for `python3` on my BMP which makes the test fail.
  • Loading branch information
sourishkrout committed May 23, 2024
1 parent 3fb1bd4 commit 61fc878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/command_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestFileCommand(t *testing.T) {
t.Parallel()

cfg := &ProgramConfig{
ProgramName: "python",
ProgramName: "python3",
Source: &runnerv2alpha1.ProgramConfig_Script{
Script: "print('test')",
},
Expand Down

0 comments on commit 61fc878

Please sign in to comment.