mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
commit
220ffa65af
12
uname/uname_test.go
Normal file
12
uname/uname_test.go
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
package uname
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
"github.com/stretchr/testify/assert"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestUname(t *testing.T) {
|
||||||
|
assert := assert.New(t)
|
||||||
|
assert.Equal("Darwin", FromGo("darwin"))
|
||||||
|
assert.Equal("blah", FromGo("blah"))
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user