wings/api/auth_test.go
2017-06-26 11:07:53 +02:00

12 lines
134 B
Go

package api
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestFunction(t *testing.T) {
assert.Equal(t, 1, 1)
}