Use anacrolix/log in test
This commit is contained in:
parent
8c8c799612
commit
f432430256
|
@ -2,11 +2,12 @@ package test
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"log"
|
||||
"os"
|
||||
"sync"
|
||||
"testing"
|
||||
|
||||
"github.com/anacrolix/log"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
|
|
Loading…
Reference in New Issue