diff --git a/circle.yml b/circle.yml index 26bda34..7cb9265 100644 --- a/circle.yml +++ b/circle.yml @@ -14,7 +14,7 @@ dependencies: cache_directories: - "~/opus" - "~/bin" - - "~/.vendor" + - "~/mumbledj/.vendor" - "/home/ubuntu/.go_workspace/bin" - "/home/ubuntu/.go_workspace/pkg" - "/home/ubuntu/.go_workspace/src/github.com/nitrous-io" diff --git a/test.go b/test.go index 4697308..d56813e 100644 --- a/test.go +++ b/test.go @@ -43,7 +43,9 @@ func (t TestSettings) testYoutubeSong() { // if err := dummyClient.Connect(); err != nil { // panic(err) // } + dj.client.Request(gumble.RequestUserList) + time.Sleep(time.Second * 5) dummyUser := dj.client.Users.Find("BottleOToast") if dummyUser == nil { fmt.Printf("User does not exist, printing users\n")