Skip to content

Commit 5a13ffb

Browse files
committed
aws: fix test print
Signed-off-by: Hank Donnay <[email protected]>
1 parent 2fc3f8f commit 5a13ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/updater_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestVersionString(t *testing.T) {
4444
for _, testcase := range testcases {
4545
v := versionString(&b, testcase.pkg)
4646
if !cmp.Equal(v, testcase.expected) {
47-
t.Errorf(cmp.Diff(v, testcase.expected))
47+
t.Error(cmp.Diff(v, testcase.expected))
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)