From: Matt Joiner Date: Thu, 23 Apr 2020 01:30:19 +0000 (+1000) Subject: Use anacrolix/log in test X-Git-Tag: v1.16.0~54 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=f432430256b3a60a1a84d70b960f15a750d4f8f9;p=btrtrc.git Use anacrolix/log in test --- diff --git a/test/issue377_test.go b/test/issue377_test.go index 40ed8916..9ad23655 100644 --- a/test/issue377_test.go +++ b/test/issue377_test.go @@ -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"