*: tidy and test fix
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
9dca822092
commit
b0ceef0566
3 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue