wings/api/auth_test.go

12 lines
134 B
Go
Raw Normal View History

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