Integration tests (#71)
This commit is contained in:
parent
46efcb1005
commit
3872d1d8a7
69 changed files with 3924 additions and 136 deletions
|
|
@ -59,7 +59,7 @@ func TestTeam_Create(t *testing.T) {
|
|||
assert.NoError(t, err)
|
||||
assert.Equal(t, reflect.TypeOf(ts).Kind(), reflect.Slice)
|
||||
s := reflect.ValueOf(ts)
|
||||
assert.Equal(t, 2, s.Len())
|
||||
assert.Equal(t, 8, s.Len())
|
||||
|
||||
// Check inserting it with an empty name
|
||||
dummyteam.Name = ""
|
||||
|
|
|
|||
Reference in a new issue