From ea5b048e73b024f7c7561f9dd9f165fab2e9e02f Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Tue, 18 Nov 2014 02:01:04 +0000 Subject: [PATCH] update test name --- discovery/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discovery/client_test.go b/discovery/client_test.go index 260c48fd4d..dd12a3f7b7 100644 --- a/discovery/client_test.go +++ b/discovery/client_test.go @@ -2,7 +2,7 @@ package discovery import "testing" -func TestRegisterLocal(t *testing.T) { +func TestRegister(t *testing.T) { expected := "127.0.0.1:2675" if err := RegisterSlave(expected, "TEST_TOKEN"); err != nil { t.Fatal(err)