This commit is contained in:
Jeremy Benoist
2021-02-08 09:57:10 +01:00
parent a962a3ab13
commit 38902a2f04

View File

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