mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
fix the test checks
This commit is contained in:
parent
ba9ca03e1b
commit
9227224248
@ -8,8 +8,8 @@ public class RedisUtilTest {
|
||||
@Test
|
||||
public void testRedisLuaCheck() {
|
||||
Assert.assertTrue(RedisUtil.canUseLua("6.2.0"));
|
||||
Assert.assertFalse(RedisUtil.canUseLua("6.1.0"));
|
||||
Assert.assertFalse(RedisUtil.canUseLua("6.0.0"));
|
||||
Assert.assertTrue(RedisUtil.canUseLua("6.1.0"));
|
||||
Assert.assertTrue(RedisUtil.canUseLua("6.0.0"));
|
||||
Assert.assertFalse(RedisUtil.canUseLua("2.6.0"));
|
||||
Assert.assertFalse(RedisUtil.canUseLua("2.2.12"));
|
||||
Assert.assertFalse(RedisUtil.canUseLua("1.2.4"));
|
||||
|
Loading…
Reference in New Issue
Block a user