Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Jan 10, 2024
1 parent 5be8b9d commit ace5c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/subcmd/cfn/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func Test_version(t *testing.T) {

cmd.Run(cmd, []string{})

want := "s3hub v0.0.0 (under MIT LICENSE)\n"
want := "cfn v0.0.0 (under MIT LICENSE)\n"
got := stdout.String()
if got != want {
t.Errorf("got %s, want %s", got, want)
Expand Down

0 comments on commit ace5c12

Please sign in to comment.