Skip to content

Commit

Permalink
test(hooks): fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightapes committed Jan 5, 2020
1 parent aff2203 commit d92438b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/hooks/hooks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestHelperProcess(t *testing.T) {

return
}
assert.Equal(t, "1.0.0", os.Args[3])
assert.Contains(t, os.Args, "1.0.0")
}

func createVersion(version string) *semver.Version {
Expand Down

0 comments on commit d92438b

Please sign in to comment.