mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-30 23:35:06 +01:00
Fix test
This commit is contained in:
parent
a962a3ab13
commit
38902a2f04
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user