Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Jun 24, 2024
1 parent 4de8aa6 commit 2e2c254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration/common/testlog/testlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"os"
"time"

"github.com/ten-protocol/go-ten/go/common/log"

"github.com/ten-protocol/go-ten/lib/gethfork/debug"

gethlog "github.com/ethereum/go-ethereum/log"
Expand Down Expand Up @@ -51,6 +53,6 @@ func Setup(cfg *Cfg) *os.File {
panic(err)
}

testlog = gethlog.New()
testlog = gethlog.New(log.CmpKey, log.TestLogCmp)
return f
}

0 comments on commit 2e2c254

Please sign in to comment.