This commit is contained in:
kolaente 2018-07-27 19:28:12 +02:00
parent 261136c2bc
commit 5db306bacc
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 5 deletions

View File

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