Skip to content

Commit 0cebfd1

Browse files
committed
Fix grammar
1 parent 9afd435 commit 0cebfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troll_shield_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func TestFromAdminEvent(t *testing.T) {
309309
message.From = &user
310310
update.Message = &message
311311
if got := fromAdminEvent(&update); got == false {
312-
t.Errorf("lerax is a eternal admin, it should be true")
312+
t.Errorf("lerax is an eternal admin, it should be true")
313313
}
314314

315315
user.UserName = "delduca"

0 commit comments

Comments
 (0)