forked from wallabag/wallabag
[tests] Fix pre-existing tests (preview now imported + records added)
This commit is contained in:
@ -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']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user