chore(tests): fix typo (#1520)
This commit is contained in:
parent
fd0af7667d
commit
2c9c884e4f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue