]> Sergey Matveev's repositories - btrtrc.git/blobdiff - client-nowasm_test.go
gorond test files
[btrtrc.git] / client-nowasm_test.go
index 7725f71ee2bf3d2a85f51ef31e3ad89cb70820aa..5c7f6251f6929517307067f584ce3ce7848bc41b 100644 (file)
@@ -1,4 +1,5 @@
 //go:build !wasm
+// +build !wasm
 
 package torrent
 
@@ -6,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) {