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:
parent
715fabf8f2
commit
d99e6423f4
2 changed files with 2 additions and 2 deletions
|
@ -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']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue