]> Sergey Matveev's repositories - btrtrc.git/commitdiff
gorond
authorMatt Joiner <anacrolix@gmail.com>
Mon, 12 May 2025 02:20:36 +0000 (12:20 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 12 May 2025 02:20:36 +0000 (12:20 +1000)
tracker/http/http_test.go

index fd5e580713bf2bee06091635d5379aa42c2835bb..926491171b31cbfdd90b2611aaf35a2e76543c7f 100644 (file)
@@ -71,5 +71,5 @@ func TestSetAnnounceInfohashParamWithSpaces(t *testing.T) {
        qt.Assert(t, qt.Equals(someUrl.Query().Get("info_hash"), string(ihBytes[:])))
        qt.Check(t,
                qt.StringContains(someUrl.String(),
-               "info_hash=%2Bv%0A%A1x%93%200%C8G%DC%DF%8E%AE%BFV%0A%1B%D1l"))
+                       "info_hash=%2Bv%0A%A1x%93%200%C8G%DC%DF%8E%AE%BFV%0A%1B%D1l"))
 }