Skip to content

Commit

Permalink
Update version test
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Jun 30, 2022
1 parent 354d9fa commit d45b1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _tests/integration/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func Test_VersionOutput(t *testing.T) {
{
out, err := command.RunCommandAndReturnCombinedStdoutAndStderr(binPath(), "version")
require.NoError(t, err, out)
require.Equal(t, "0.13.1", out)
require.Equal(t, "0.13.2", out)
}

t.Log("Version --full")
Expand All @@ -23,7 +23,7 @@ func Test_VersionOutput(t *testing.T) {
require.NoError(t, err, out)

expectedOSVersion := fmt.Sprintf("%s (%s)", runtime.GOOS, runtime.GOARCH)
expectedVersionOut := fmt.Sprintf(`version: 0.13.1
expectedVersionOut := fmt.Sprintf(`version: 0.13.2
os: %s
go: %s
build_number:
Expand Down

0 comments on commit d45b1d9

Please sign in to comment.