Fix TestSendNotifications test (#8712)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
62898f4892
Коммит
ffb834ec3c
@@ -37,7 +37,7 @@ func TestSendNotifications(t *testing.T) {
|
||||
} else if mentions == nil {
|
||||
t.Log(mentions)
|
||||
t.Fatal("user should have been mentioned")
|
||||
} else if mentions[0] != th.BasicUser2.Id {
|
||||
} else if !utils.StringInSlice(th.BasicUser2.Id, mentions) {
|
||||
t.Log(mentions)
|
||||
t.Fatal("user should have been mentioned")
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user