Merge pull request #615 from ceh/vet-fix
command: address vet report in test
This commit is contained in:
commit
1298baf30d
|
@ -58,7 +58,7 @@ func TestAddrFlag_default(t *testing.T) {
|
|||
res := getParsedAddr(t, a, "", "")
|
||||
|
||||
if res != def {
|
||||
t.Fatalf("Expected %s addr: %s, got: %s", def, res)
|
||||
t.Fatalf("Expected addr: %s, got: %s", def, res)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue