This commit is contained in:
Jeremy Benoist 2021-02-08 09:57:10 +01:00
parent a962a3ab13
commit 38902a2f04
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

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());
}
}