diff --git a/disco/client_test.go b/disco/client_test.go index 412763b6..df7d3b21 100644 --- a/disco/client_test.go +++ b/disco/client_test.go @@ -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 {