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