Skip to content

Commit

Permalink
Fix hello-world integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan-saradar committed Feb 6, 2024
1 parent 13b73a8 commit aff0bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/hello-world/integration/app_test.go
Original file line number Diff line number Diff line change
@@ -49,7 +49,6 @@ func TestHelloWorld(t *testing.T) {
),
step.Workdir(app.SourcePath()),
step.Stdout(buf),
step.Stderr(buf),
)),
))
require.Equal("Hello, world!\n", buf.String())

0 comments on commit aff0bac

Please sign in to comment.