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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user