This commit is contained in:
kolaente 2018-07-27 16:28:28 +02:00
parent 51064f3d8f
commit d556162591
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -1,9 +1,9 @@
package models
import (
"testing"
"github.com/stretchr/testify/assert"
"reflect"
"testing"
)
func TestTeam_Create(t *testing.T) {