chore(tests): fix typo (#1520)

This commit is contained in:
Rareș Nagy 2024-05-14 15:33:16 +03:00 committed by GitHub
parent fd0af7667d
commit 2c9c884e4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,7 +249,7 @@ func TestScheduledEvents(t *testing.T) {
t.Fatal(err)
}
if len(users) != 0 {
t.Fatal("err on GuildScheduledEventUsers. Mismatch of event maybe occured")
t.Fatal("err on GuildScheduledEventUsers. Mismatch of event maybe occurred")
}
err = dgBot.GuildScheduledEventDelete(envGuild, event.ID)