mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Rename lock test.
This commit is contained in:
parent
2891a268a7
commit
563c5ef304
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
require_relative 'helper'
|
require_relative 'helper'
|
||||||
|
|
||||||
class TestLock < Sidetiq::TestCase
|
class TestLockRedis < Sidetiq::TestCase
|
||||||
def test_locking
|
def test_locking
|
||||||
lock_name = SecureRandom.hex(8)
|
lock_name = SecureRandom.hex(8)
|
||||||
key = SecureRandom.hex(8)
|
key = SecureRandom.hex(8)
|
Loading…
Reference in a new issue