Skip to content

Commit

Permalink
Remove space in CLI version test assert
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Oct 26, 2021
1 parent 621834e commit a3ff3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e_general_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ func testGeneralCliStuff(t *testing.T, terraformOptions *terraform.Options, keyP
require.NoError(t, err, output)
assert.NotNil(t, output)
assert.NotEqual(t, len(output), 0, "Zarf version should not be an empty string")
assert.NotEqual(t, string(output), "Unknown Version", "Zarf version should not be the default value")
assert.NotEqual(t, string(output), "UnknownVersion", "Zarf version should not be the default value")
}

0 comments on commit a3ff3a7

Please sign in to comment.