]> Sergey Matveev's repositories - btrtrc.git/blobdiff - test/issue377_test.go
gorond test files
[btrtrc.git] / test / issue377_test.go
index 48e5abfbf3e15ebf000a90be98f3d3402bc507a9..5b0e659fee5709e0dfbacf9c01d07955a58f354b 100644 (file)
@@ -9,14 +9,13 @@ import (
        "testing/iotest"
 
        "github.com/anacrolix/log"
-       pp "github.com/anacrolix/torrent/peer_protocol"
-
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
 
        "github.com/anacrolix/torrent"
        "github.com/anacrolix/torrent/internal/testutil"
        "github.com/anacrolix/torrent/metainfo"
+       pp "github.com/anacrolix/torrent/peer_protocol"
        "github.com/anacrolix/torrent/storage"
 )