1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

[tests] Fix pre-existing tests (preview now imported + records added)

This commit is contained in:
nicofrand 2019-05-21 20:10:57 +02:00
parent 715fabf8f2
commit d99e6423f4
2 changed files with 2 additions and 2 deletions

View file

@ -499,7 +499,7 @@ class ContentProxyTest extends TestCase
$records = $handler->getRecords();
$this->assertCount(1, $records);
$this->assertCount(3, $records);
$this->assertContains('Error while defining date', $records[0]['message']);
}