diff --git a/test/test_lock.rb b/test/test_lock_redis.rb similarity index 96% rename from test/test_lock.rb rename to test/test_lock_redis.rb index 96440b9..9fd4917 100644 --- a/test/test_lock.rb +++ b/test/test_lock_redis.rb @@ -1,6 +1,6 @@ require_relative 'helper' -class TestLock < Sidetiq::TestCase +class TestLockRedis < Sidetiq::TestCase def test_locking lock_name = SecureRandom.hex(8) key = SecureRandom.hex(8)