1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Fix tests

This commit is contained in:
Jeremy Benoist 2016-11-06 09:58:07 +01:00
parent 9ab024b4f5
commit e92fbdc852
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 2 additions and 2 deletions

View file

@ -24,6 +24,6 @@ class ImportControllerTest extends WallabagCoreTestCase
$crawler = $client->request('GET', '/import/');
$this->assertEquals(200, $client->getResponse()->getStatusCode());
$this->assertEquals(7, $crawler->filter('blockquote')->count());
$this->assertEquals(8, $crawler->filter('blockquote')->count());
}
}