Skip to content

Commit b087a4d

Browse files
author
auxten
committed
Fix typo
1 parent a628f19 commit b087a4d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

utils/log/logwrapper_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import (
2121
"testing"
2222
"time"
2323

24-
"github.com/ethereum/go-ethereum/log"
25-
2624
"github.com/pkg/errors"
2725

2826
"github.com/sirupsen/logrus"
@@ -94,7 +92,7 @@ func call1() {
9492

9593
func call2() {
9694
WithField("k", "v").Error("Error")
97-
log.Error("call2 error")
95+
Error("call2 error")
9896
}
9997

10098
func TestWithField(t *testing.T) {

0 commit comments

Comments
 (0)