Skip to content

Commit 289a63f

Browse files
committed
Fix test better for multiple cake releases
1 parent f8de3fb commit 289a63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Command/WorkerCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function testQueueProcessesWithLogger()
146146
]);
147147

148148
$this->exec('worker --max-runtime=1 --logger=debug --verbose');
149-
$this->assertDebugLogContains('debug: Max Iterations: 0');
149+
$this->assertDebugLogContains('Max Iterations: 0');
150150
}
151151

152152
/**

0 commit comments

Comments
 (0)