Fixing build errors
This commit is contained in:
parent
2d80b9ecb7
commit
a03933e3a9
2
test.go
2
test.go
|
@ -16,7 +16,7 @@ func createClient(uname string) *gumble.Client {
|
|||
func TestYoutubeSong(t *testing.T) {
|
||||
dummyClient := createClient("dummy")
|
||||
dummyClient.Connect()
|
||||
dummyUser := dj.client.Find("dummy")
|
||||
dummyUser := dj.client.Users.Find("dummy")
|
||||
|
||||
// Don't judge, I used the (autogenerated) Top Tracks for United Kingdom playlist
|
||||
songs := map[string]string{
|
||||
|
|
Reference in a new issue