1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00
This commit is contained in:
Carlos Alexandro Becker
2017-01-14 15:17:03 -02:00
parent 20f46dc05c
commit adbc830034

View File

@@ -53,14 +53,14 @@ func TestAcceptFiles(t *testing.T) {
var files = []string{ var files = []string{
"LICENSE.md", "LICENSE.md",
"LICENSE.txt", "LIceNSE.txt",
"LICENSE", "LICENSE",
"LICENCE.txt", "LICENCE.txt",
"LICENCE", "LICEncE",
"README", "README",
"README.md", "READme.md",
"CHANGELOG.txt", "CHANGELOG.txt",
"CHANGELOG.md", "ChanGELOG.md",
} }
for _, file := range files { for _, file := range files {