From acc8d4064074d2394ef4a135d323275d073ef656 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 12 May 2025 12:20:36 +1000 Subject: [PATCH] gorond --- tracker/http/http_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracker/http/http_test.go b/tracker/http/http_test.go index fd5e5807..92649117 100644 --- a/tracker/http/http_test.go +++ b/tracker/http/http_test.go @@ -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")) } -- 2.51.0