Skip to content

Commit

Permalink
Remove default LeaveAfterEmptyQueueTime in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fakelag committed Feb 25, 2024
1 parent adf87f4 commit 5f5c414
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discordplayer/discordplayer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func JoinMockVoiceChannelAndPlayEx(
VoiceChannelID: cID,
MediaQueueMaxSize: 10,
LeaveAfterChannelEmptyTime: 5 * time.Second,
LeaveAfterEmptyQueueTime: 5 * time.Second,
})

Expect(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit 5f5c414

Please sign in to comment.