Skip to content

Commit

Permalink
Update aws/request/waiter_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Madrigal <599908+Madrigal@users.noreply.github.com>
  • Loading branch information
lucix-aws and Madrigal committed Jul 24, 2024
1 parent 888c403 commit d68c8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/request/waiter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ func TestWaiterRetryAnyError(t *testing.T) {

err := w.WaitWithContext(aws.BackgroundContext())
if err != nil {
t.Fatalf("expected no error, but did get one")
t.Fatalf("expected no error, but did get one: %v", err)
}
if e, a := 3, numBuiltReq; e != a {
t.Errorf("expect %d built requests got %d", e, a)
Expand Down

0 comments on commit d68c8e4

Please sign in to comment.