1
0
Fork 0

Fix typo in comment

master
Philip O'Toole 8 years ago committed by GitHub
parent 1ebfc71a07
commit 49997d07cf

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

Loading…
Cancel
Save