Skip to content

Commit

Permalink
fix: failing test (#468)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored Jun 11, 2020
1 parent dc8cf39 commit 5257496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backoff/backoff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func TestDo(t *testing.T) {

return nil
},
want: errors.Wrap(errors.New("error (2)"), context.Canceled.Error()),
want: errors.Wrap(context.Canceled, errors.New("error (2)").Error()),
}
}(),

Expand Down

0 comments on commit 5257496

Please sign in to comment.