Skip to content

Commit

Permalink
chore: Update run_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <[email protected]>
  • Loading branch information
astromechza authored Jun 19, 2024
1 parent 91f6a55 commit 6904e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func executeAndResetCommand(ctx context.Context, cmd *cobra.Command, args []stri
func TestRunHelp(t *testing.T) {
stdout, stderr, err := executeAndResetCommand(context.Background(), rootCmd, []string{"run", "--help"})
assert.NoError(t, err)
assert.Equal(t, `Translate the SCORE file to docker-compose configuration
assert.Equal(t, `(Deprecated) Translate the SCORE file to docker-compose configuration
Usage:
score-compose run [--file=score.yaml] [--output=compose.yaml] [flags]
Expand Down

0 comments on commit 6904e51

Please sign in to comment.