update test name

This commit is contained in:
Victor Vieux 2014-11-18 02:01:04 +00:00
parent 45ca8472f1
commit ea5b048e73
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package discovery
import "testing" import "testing"
func TestRegisterLocal(t *testing.T) { func TestRegister(t *testing.T) {
expected := "127.0.0.1:2675" expected := "127.0.0.1:2675"
if err := RegisterSlave(expected, "TEST_TOKEN"); err != nil { if err := RegisterSlave(expected, "TEST_TOKEN"); err != nil {
t.Fatal(err) t.Fatal(err)