We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a628f19 commit b087a4dCopy full SHA for b087a4d
1 file changed
utils/log/logwrapper_test.go
@@ -21,8 +21,6 @@ import (
21
"testing"
22
"time"
23
24
- "github.com/ethereum/go-ethereum/log"
25
-
26
"github.com/pkg/errors"
27
28
"github.com/sirupsen/logrus"
@@ -94,7 +92,7 @@ func call1() {
94
92
95
93
func call2() {
96
WithField("k", "v").Error("Error")
97
- log.Error("call2 error")
+ Error("call2 error")
98
}
99
100
func TestWithField(t *testing.T) {
0 commit comments