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
1 changed files with 4 additions and 4 deletions

View File

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