We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afd435 commit 0cebfd1Copy full SHA for 0cebfd1
troll_shield_test.go
@@ -309,7 +309,7 @@ func TestFromAdminEvent(t *testing.T) {
309
message.From = &user
310
update.Message = &message
311
if got := fromAdminEvent(&update); got == false {
312
- t.Errorf("lerax is a eternal admin, it should be true")
+ t.Errorf("lerax is an eternal admin, it should be true")
313
}
314
315
user.UserName = "delduca"
0 commit comments