Skip to content

Commit ace5c12

Browse files
committed
Fix test
1 parent 5be8b9d commit ace5c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/subcmd/cfn/version_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func Test_version(t *testing.T) {
2121

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

24-
want := "s3hub v0.0.0 (under MIT LICENSE)\n"
24+
want := "cfn v0.0.0 (under MIT LICENSE)\n"
2525
got := stdout.String()
2626
if got != want {
2727
t.Errorf("got %s, want %s", got, want)

0 commit comments

Comments
 (0)