diff options
author | Andrew Lewis <nerf@judo.za.org> | 2024-08-20 12:45:12 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2024-08-20 12:45:12 +0200 |
commit | 1517856521a6f76b1bb2ae2a7f0b24d6c1ed11d3 (patch) | |
tree | 9ebb20c32aa1d38ca9f369539233f91581e5d6b5 /test/functional/lua | |
parent | 8fe1612bdb6572fc60284190351ed4075d72402a (diff) | |
download | rspamd-1517856521a6f76b1bb2ae2a7f0b24d6c1ed11d3.tar.gz rspamd-1517856521a6f76b1bb2ae2a7f0b24d6c1ed11d3.zip |
[Test] Improve grow_factor tests
Diffstat (limited to 'test/functional/lua')
-rw-r--r-- | test/functional/lua/simple_plus.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/lua/simple_plus.lua b/test/functional/lua/simple_plus.lua index 57aee6ae3..badde685f 100644 --- a/test/functional/lua/simple_plus.lua +++ b/test/functional/lua/simple_plus.lua @@ -1,7 +1,7 @@ local test_symbols = { SIMPLE_TEST_001 = 0.01, - SIMPLE_TEST_002 = 11, - SIMPLE_TEST_003 = 5.0, + SIMPLE_TEST_002 = 5.5, + SIMPLE_TEST_003 = 2.5, SIMPLE_TEST_004 = 10.0, SIMPLE_TEST_005 = 0.01, SIMPLE_TEST_006 = 0.10, |