Skip to content

Commit

Permalink
chore(tests): fix typo (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
raresNagy committed May 14, 2024
1 parent fd0af76 commit 2c9c884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2c9c884

Please sign in to comment.