]> Sergey Matveev's repositories - btrtrc.git/blobdiff - client-nowasm_test.go
gorond test files
[btrtrc.git] / client-nowasm_test.go
index 62c5a1dbbf83b8210d4bd4fcac724c0cdeabe677..5c7f6251f6929517307067f584ce3ce7848bc41b 100644 (file)
@@ -7,10 +7,11 @@ import (
        "os"
        "testing"
 
-       "github.com/anacrolix/torrent/internal/testutil"
-       "github.com/anacrolix/torrent/storage"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
+
+       "github.com/anacrolix/torrent/internal/testutil"
+       "github.com/anacrolix/torrent/storage"
 )
 
 func TestBoltPieceCompletionClosedWhenClientClosed(t *testing.T) {