Getting tests to run

This commit is contained in:
MichaelOultram 2015-08-12 20:26:27 +01:00
parent fb16dc1db3
commit d9527a4093
2 changed files with 1 additions and 1 deletions

View file

@ -250,7 +250,6 @@ func main() {
if testcode {
Verbose("Testing is enabled")
Test(password, address, port)
kill()
}
web = NewWebServer(9563)

View file

@ -20,6 +20,7 @@ func Test(password, ip, port string) {
ip: ip,
port: port,
}
test.testYoutubeSong()
}
func (t TestSettings) createClient(uname string) *gumble.Client {