fmt
This commit is contained in:
parent
261136c2bc
commit
5db306bacc
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
package models
|
package models
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestTeamMember_Create(t *testing.T) {
|
func TestTeamMember_Create(t *testing.T) {
|
||||||
|
|
Loading…
Reference in a new issue