]> Sergey Matveev's repositories - btrtrc.git/blobdiff - metainfo/nodes_test.go
Drop support for go 1.20
[btrtrc.git] / metainfo / nodes_test.go
index 3e54b961ce352f8adaa45fcfdfba32de42e075f8..adebbb3670371b2f96de91e61de6a76fe82a5fd2 100644 (file)
@@ -4,9 +4,10 @@ import (
        "bytes"
        "testing"
 
-       "github.com/anacrolix/torrent/bencode"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
+
+       "github.com/anacrolix/torrent/bencode"
 )
 
 func testFileNodesMatch(t *testing.T, file string, nodes []Node) {