1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-01-07 12:38:05 +00:00

Voice: Fixed voice tests for new JoinChannel

This commit is contained in:
diamondburned 2020-11-30 17:04:11 -08:00
parent 4df72dc891
commit 6727f0e728

View file

@ -61,7 +61,7 @@ func TestIntegration(t *testing.T) {
// Join the voice channel concurrently.
raceValue := raceMe(t, "failed to join voice channel", func() (interface{}, error) {
return v.JoinChannel(c.GuildID, c.ID, false, false)
return v.JoinChannel(c.ID, false, false)
})
vs := raceValue.(*Session)