X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=test%2Ftransfer_test.go;h=a008d26f4a9424599d48cd6ab493c23c10e9a4dd;hb=044be4820fd437a4d13e5d6505808aeb6b2875aa;hp=fa159326a908f9526a1a730e45296adfe82d18ce;hpb=0b6209062d730cbbda0bb66391089f5c2b0e8084;p=btrtrc.git diff --git a/test/transfer_test.go b/test/transfer_test.go index fa159326..a008d26f 100644 --- a/test/transfer_test.go +++ b/test/transfer_test.go @@ -10,14 +10,14 @@ import ( "time" "github.com/anacrolix/missinggo/v2/filecache" - "github.com/anacrolix/torrent" - "github.com/anacrolix/torrent/internal/testutil" - "github.com/anacrolix/torrent/storage" qt "github.com/frankban/quicktest" - "golang.org/x/time/rate" - "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "golang.org/x/time/rate" + + "github.com/anacrolix/torrent" + "github.com/anacrolix/torrent/internal/testutil" + "github.com/anacrolix/torrent/storage" ) type fileCacheClientStorageFactoryParams struct {