updated testing with changes

pull/44/merge v0.32
Hunter Long 2018-07-18 20:32:18 -07:00
parent c9d3df84ab
commit cec7521074
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ func RunSelectAllMysqlCommunications(t *testing.T) {
notifiers.Collections = core.DbSession.Collection("communication") notifiers.Collections = core.DbSession.Collection("communication")
comms := notifiers.Load() comms := notifiers.Load()
assert.Nil(t, err) assert.Nil(t, err)
assert.Equal(t, 2, len(comms)) assert.Equal(t, 3, len(comms))
} }
func RunUser_SelectAll(t *testing.T) { func RunUser_SelectAll(t *testing.T) {