summaryrefslogtreecommitdiffstats
path: root/tests/unit/db/FeedTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/db/FeedTest.php')
-rw-r--r--tests/unit/db/FeedTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit/db/FeedTest.php b/tests/unit/db/FeedTest.php
index 63a32328e..25d2e4be2 100644
--- a/tests/unit/db/FeedTest.php
+++ b/tests/unit/db/FeedTest.php
@@ -54,7 +54,9 @@ class FeedTest extends \PHPUnit_Framework_TestCase {
'unreadCount' => 321,
'ordering' => 2,
'pinned' => true,
- 'link' => 'https://www.google.com/some/weird/path'
+ 'link' => 'https://www.google.com/some/weird/path',
+ 'updateErrorCount' => 2,
+ 'lastUpdateError' => 'hi'
], $feed->toAPI());
}