mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-18 03:56:52 +02:00
fix test
This commit is contained in:
parent
d715fe38a2
commit
84b5954f47
@ -7,9 +7,9 @@ import (
|
||||
)
|
||||
|
||||
func TestExtWindows(t *testing.T) {
|
||||
assert.Equal(t, ext("windows"), ".exe")
|
||||
assert.Equal(t, extFor("windows"), ".exe")
|
||||
}
|
||||
|
||||
func TestExtOthers(t *testing.T) {
|
||||
assert.Empty(t, ext("linux"))
|
||||
assert.Empty(t, extFor("linux"))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user