diff --git a/utils/search/torrentParam_test.go b/utils/search/torrentParam_test.go index b1573abd..0ba95fdc 100644 --- a/utils/search/torrentParam_test.go +++ b/utils/search/torrentParam_test.go @@ -33,6 +33,7 @@ func TestTorrentParam_FromRequest(t *testing.T) { c = mockRequest(t, "/?fromID=3&q=xx&c=_") torrentParam.FromRequest(c) defTorrent.FromID, defTorrent.NameLike = 3, "xx" + defTorrent.NameSearch = "xx " assert.Equal(defTorrent, torrentParam) }