We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8cfd2 commit 39c0aa4Copy full SHA for 39c0aa4
retrier/classifier_test.go
@@ -34,7 +34,7 @@ type wrappedErr struct {
34
}
35
36
func (w wrappedErr) Error() string {
37
- return "there's an error happening during X: " + w.Error()
+ return "there's an error happening during X: " + w.error.Error()
38
39
40
func (w wrappedErr) Unwrap() error {
0 commit comments