Skip to content

Commit add5ba0

Browse files
committed
Fix test.
1 parent ee61df8 commit add5ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Shell/QueueShellTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function testRetry() {
127127

128128
$this->QueueShell->runworker();
129129

130-
$this->assertContains('Job did not finish, requeued.', $this->out->output());
130+
$this->assertContains('Job did not finish, requeued after try 1.', $this->out->output());
131131
}
132132

133133
/**

0 commit comments

Comments
 (0)