Fixing build issues
This commit is contained in:
parent
b0d3f78ee4
commit
83c0857f43
|
@ -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"
|
||||
|
|
2
test.go
2
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")
|
||||
|
|
Reference in a new issue