1
0
Fork 0

Fix tests

pull/873/merge
Jordi Boggiano 2012-07-04 14:28:15 +02:00
parent f4409d9168
commit 175d1939b5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class SolverTest extends TestCase
} catch (SolverProblemsException $e) {
$problems = $e->getProblems();
$this->assertEquals(1, count($problems));
$this->assertEquals('The requested package b == 1 could not be found.', $problems[0]->getPrettyString());
$this->assertEquals("\n - The requested package b == 1 could not be found.", $problems[0]->getPrettyString());
}
}