mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
Fix import count tests
This commit is contained in:
parent
03e3753f6b
commit
ca15aaac18
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ class ImportControllerTest extends WallabagCoreTestCase
|
|||
$crawler = $client->request('GET', '/import/');
|
||||
|
||||
$this->assertEquals(200, $client->getResponse()->getStatusCode());
|
||||
$this->assertEquals(3, $crawler->filter('blockquote')->count());
|
||||
$this->assertEquals(4, $crawler->filter('blockquote')->count());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue