]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php
Fix tests
[github/wallabag/wallabag.git] / tests / Wallabag / ImportBundle / Controller / ImportControllerTest.php
index 0bc40bddc6dd85f6f8e30b2fa60126184b636ff4..5e57dcefd39744ce868fa28081f8600fd3f76e9f 100644 (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());
     }
 }