Fixing build errors
This commit is contained in:
parent
14aebb85d3
commit
f8d9100e93
10
test.go
10
test.go
|
@ -38,10 +38,10 @@ func (t TestSettings) createClient(uname string) *gumble.Client {
|
|||
}
|
||||
|
||||
func (t TestSettings) testYoutubeSong() {
|
||||
// dummyClient := t.createClient("dummy")
|
||||
// if err := dummyClient.Connect(); err != nil {
|
||||
// panic(err)
|
||||
// }
|
||||
// dummyClient := t.createClient("dummy")
|
||||
// if err := dummyClient.Connect(); err != nil {
|
||||
// panic(err)
|
||||
// }
|
||||
dummyUser := dj.client.Users.Find("BottleOToast") // May be nil
|
||||
|
||||
// Don't judge, I used the (autogenerated) Top Tracks for United Kingdom playlist
|
||||
|
@ -68,5 +68,5 @@ func (t TestSettings) testYoutubeSong() {
|
|||
skip(dummyUser, false, false)
|
||||
}
|
||||
|
||||
dummyClient.Disconnect()
|
||||
//dummyClient.Disconnect()
|
||||
}
|
||||
|
|
Reference in a new issue