Use anacrolix/log in test

This commit is contained in:
Matt Joiner 2020-04-23 11:30:19 +10:00
parent 8c8c799612
commit f432430256
1 changed files with 2 additions and 1 deletions

View File

@ -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"