Skip to content

Commit d68c8e4

Browse files
lucix-awsMadrigal
andauthored
Update aws/request/waiter_test.go
Co-authored-by: Luis Madrigal <[email protected]>
1 parent 888c403 commit d68c8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/request/waiter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ func TestWaiterRetryAnyError(t *testing.T) {
487487

488488
err := w.WaitWithContext(aws.BackgroundContext())
489489
if err != nil {
490-
t.Fatalf("expected no error, but did get one")
490+
t.Fatalf("expected no error, but did get one: %v", err)
491491
}
492492
if e, a := 3, numBuiltReq; e != a {
493493
t.Errorf("expect %d built requests got %d", e, a)

0 commit comments

Comments
 (0)