]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Use anacrolix/log in test
authorMatt Joiner <anacrolix@gmail.com>
Thu, 23 Apr 2020 01:30:19 +0000 (11:30 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 23 Apr 2020 01:30:19 +0000 (11:30 +1000)
test/issue377_test.go

index 40ed8916e0ddb72348156c3a94642d5dbd487ec9..9ad2365589fe9348c00c79ee046d601627bf50a2 100644 (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"