Rename lock test.

This commit is contained in:
Tobias Svensson 2013-09-17 10:49:09 +01:00
parent 2891a268a7
commit 563c5ef304
1 changed files with 1 additions and 1 deletions

View File

@ -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)