mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
fixed test
This commit is contained in:
parent
79bb74c11e
commit
7f9426cde2
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user