fix fmt str

This commit is contained in:
wangkechun
2017-02-25 22:53:25 +08:00
parent 0f75420692
commit 059b9d36d7
5 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ func TestMDNS(t *testing.T) {
}
if node.Port != service.Nodes[0].Port {
t.Fatalf("Expected node port %s got %s", service.Nodes[0].Port, node.Port)
t.Fatalf("Expected node port %d got %d", service.Nodes[0].Port, node.Port)
}
}