Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
white-poto committed Nov 13, 2015
1 parent 3d35e68 commit 305b1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FixedPoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function testReload()
$new_processes = $pool->getProcesses();
foreach ($old_processes as $old_process) {
foreach ($new_processes as $new_process) {
$this->assertTrue($old_process->getPid() == $new_process->getPid());
$this->assertTrue($old_process->getPid() != $new_process->getPid());
}
}
$pool->shutdown();
Expand Down

0 comments on commit 305b1df

Please sign in to comment.