mirror of https://github.com/statping/statping
parent
c9d3df84ab
commit
cec7521074
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue