Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Aug 10, 2020
1 parent 9afd435 commit 0cebfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troll_shield_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func TestFromAdminEvent(t *testing.T) {
message.From = &user
update.Message = &message
if got := fromAdminEvent(&update); got == false {
t.Errorf("lerax is a eternal admin, it should be true")
t.Errorf("lerax is an eternal admin, it should be true")
}

user.UserName = "delduca"
Expand Down

0 comments on commit 0cebfd1

Please sign in to comment.