Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsg committed Mar 21, 2014
1 parent 6257fe1 commit 079ebee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function testListWinners()
)
);

$this->assertContains('Daniel Gomes - Prize Name', $commandTester->getDisplay(), '', true);
$this->assertContains('daniel gomes', $commandTester->getDisplay(), '', true);

unlink($this->cacheDir . '/test_winners.json');
}
Expand Down

0 comments on commit 079ebee

Please sign in to comment.