Passing pipelines

This commit is contained in:
Daniel Mason 2018-05-25 20:52:20 +12:00
parent deb9af2781
commit 1b044f2b7d
4 changed files with 12 additions and 36 deletions

View file

@ -290,6 +290,6 @@ class Resque_Tests_WorkerTest extends Resque_Tests_TestCase
$i++;
}
$this->assertEquals(2, $i);
$this->assertEquals(2, $i, "End");
}
}