summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-07-06 13:06:50 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-07-06 13:06:50 +0100
commit12ef6d2fe30b2e460b145046c92b16dac3b8973d (patch)
tree881387002fb621b59254284aa051844978d71cb9 /test
parentf052099a73a4f47387c0b1e62722e990e7fef40f (diff)
downloadrspamd-12ef6d2fe30b2e460b145046c92b16dac3b8973d.tar.gz
rspamd-12ef6d2fe30b2e460b145046c92b16dac3b8973d.zip
[Minor] One more test sorting
Diffstat (limited to 'test')
-rw-r--r--test/lua/unit/selectors.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lua/unit/selectors.lua b/test/lua/unit/selectors.lua
index ba05d9562..498c1e852 100644
--- a/test/lua/unit/selectors.lua
+++ b/test/lua/unit/selectors.lua
@@ -360,7 +360,7 @@ context("Selectors test", function()
test("case " .. case_name, function()
local elts = check_selector(case.selector)
assert_not_nil(elts)
- assert_rspamd_table_eq({actual = elts, expect = case.expect})
+ assert_rspamd_table_eq_sorted({actual = elts, expect = case.expect})
end)
end
end)