1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fixed test

This commit is contained in:
Carlos Alexandro Becker 2017-07-04 23:58:10 -03:00
parent 79bb74c11e
commit 7f9426cde2
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -63,7 +63,7 @@ func TestConfigFlagNotSetButExists(t *testing.T) {
var flags = fakeFlags{
flags: map[string]string{},
}
assert.Equal(".goreleaser.yml", getConfig(flags))
assert.Equal(".goreleaser.yml", getConfigFile(flags))
}
func TestReleaseNotesFileDontExist(t *testing.T) {