1
0
Fork 0

Update client_test.go

master
Philip O'Toole 8 years ago committed by GitHub
parent 299f5dee7e
commit 1ebfc71a07

@ -9,6 +9,7 @@ import (
"testing"
)
// Test_NewClient tests that a new disco client can be instantied. Nothing more.
func Test_NewClient(t *testing.T) {
c := New("https://discovery.rqlite.com")
if c == nil {

Loading…
Cancel
Save