Fixed unit test

This commit is contained in:
Ruud Kamphuis 2013-03-13 13:03:19 +01:00
parent 86ae77811d
commit f379d3a36d
2 changed files with 1 additions and 2 deletions

View file

@ -164,7 +164,6 @@ class Resque_Worker
$this->log('Starting blocking with timeout of ' . $interval, self::LOG_VERBOSE);
$this->updateProcLine('Waiting for ' . implode(',', $this->queues) . ' with blocking timeout ' . $interval);
} else {
$this->log('Starting with interval of ' . $interval, self::LOG_VERBOSE);
$this->updateProcLine('Waiting for ' . implode(',', $this->queues) . ' with interval ' . $interval);
}