Fixing build issues

This commit is contained in:
MichaelOultram 2015-08-12 22:06:03 +01:00
parent b0d3f78ee4
commit 83c0857f43
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -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")