Browse Source

chore(tests/join): adjust output

Yicheng Qin 11 years ago
parent
commit
b17703a9e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/functional/join_test.go

+ 1 - 1
tests/functional/join_test.go

@@ -34,6 +34,6 @@ func TestJoinThroughFollower(t *testing.T) {
 		t.Fatal("failed getting leader from node3:", err)
 		t.Fatal("failed getting leader from node3:", err)
 	}
 	}
 	if leader != "http://127.0.0.1:7001" {
 	if leader != "http://127.0.0.1:7001" {
-		t.Fatal("expect http://127.0.0.1:7001 instead of", leader)
+		t.Fatal("expect=http://127.0.0.1:7001 got=", leader)
 	}
 	}
 }
 }