mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-21 16:01:53 +00:00
Fix typo in testWorkerCanUnregister test - redis should have been resque
This commit is contained in:
parent
3f04a0a971
commit
b71031908d
@ -55,7 +55,7 @@ class Resque_Tests_WorkerTest extends Resque_Tests_TestCase
|
||||
|
||||
$this->assertFalse(Resque_Worker::exists((string)$worker));
|
||||
$this->assertEquals(array(), Resque_Worker::all());
|
||||
$this->assertNull($this->redis->smembers('redis:workers'));
|
||||
$this->assertEquals(array(), $this->redis->smembers('resque:workers'));
|
||||
}
|
||||
|
||||
public function testPausedWorkerDoesNotPickUpJobs()
|
||||
|
Loading…
Reference in New Issue
Block a user