Skip to content

Commit 8c7a08a

Browse files
committed
Slighlty improved test output
1 parent 1048ceb commit 8c7a08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/integrationtest/main/main_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func TestVersion(t *testing.T) {
4646
require.NoError(t, err)
4747
require.Contains(t, string(stdout), "Version:")
4848
require.Contains(t, string(stdout), "Commit:")
49-
require.Empty(t, stderr)
49+
require.Empty(t, string(stderr))
5050

5151
// Checks if "version --format json" has a json as an output
5252
stdout, _, err = cli.Run("version", "--format", "json")

0 commit comments

Comments
 (0)