From 5c25d51b8bdeac7feb320898f93e3304a8d45438 Mon Sep 17 00:00:00 2001 From: kilo Date: Mon, 20 Nov 2017 04:08:33 +0100 Subject: [PATCH] Update torrentParam_test.go --- utils/search/torrentParam_test.go | 1 + 1 file changed, 1 insertion(+) 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) }