*: tidy and test fix

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2020-09-24 14:07:34 -04:00
parent 9dca822092
commit b0ceef0566
3 changed files with 6 additions and 3 deletions

View file

@ -146,7 +146,7 @@ func TestOmahaResponseWithUpdate(t *testing.T) {
}
if !reflect.DeepEqual(parsed, expected) {
t.Errorf("parsed != expected\n%s\n%s", parsed, expected)
t.Errorf("parsed != expected\n%v\n%v", parsed, expected)
}
}