1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/pipeline/defaults
Eli Young 9b4cf40ef6 test: Use multiple calls to assert.NotEmpty()
assert.NotEmpty() was being used as if it would check multiple
arguments. In actuality, it checks the second argument and, if it
determines that it is empty, fails the test with an error message
containing all subsequent arguments.
2018-05-14 23:00:42 -03:00
..
defaults_test.go test: Use multiple calls to assert.NotEmpty() 2018-05-14 23:00:42 -03:00
defaults.go feat: upload to s3 2018-05-13 17:02:29 -03:00