Skip to content

Commit

Permalink
Fix integration test plush
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan-saradar committed Dec 12, 2023
1 parent af9fd3e commit 14af2d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ func Test<%= Title %>(t *testing.T) {
step.Stdout(buf),
)),
))
assert.Equal("Hello world!\n", buf.String())
assert.Equal("Hello, world!\n", buf.String())
}

0 comments on commit 14af2d4

Please sign in to comment.