1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +02:00

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

@ -37,7 +37,7 @@ func TestErrors(t *testing.T) {
}
if pe.Code != e.Code {
t.Fatalf("Expected %s got %s", e.Code, pe.Code)
t.Fatalf("Expected %d got %d", e.Code, pe.Code)
}
if pe.Status != e.Status {