Merge pull request #615 from ceh/vet-fix

command: address vet report in test
This commit is contained in:
Ryan Uber 2015-01-17 18:23:58 -08:00
commit 1298baf30d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}
}