From 079ebee2226c014c18232d9adf9ecbfd5914b779 Mon Sep 17 00:00:00 2001 From: Daniel Gomes Date: Fri, 21 Mar 2014 22:57:36 +0000 Subject: [PATCH] Fixed tests --- tests/Phplx/Raffle/Tests/Command/ListWinnersCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Phplx/Raffle/Tests/Command/ListWinnersCommandTest.php b/tests/Phplx/Raffle/Tests/Command/ListWinnersCommandTest.php index 60745b0..b1bd776 100644 --- a/tests/Phplx/Raffle/Tests/Command/ListWinnersCommandTest.php +++ b/tests/Phplx/Raffle/Tests/Command/ListWinnersCommandTest.php @@ -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'); }