summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-17 16:47:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-17 16:47:11 +0200
commitd74b8cf43e3365618078ed1750a75bb8a440ee31 (patch)
treef68c6323e1aadb103f7c47c6ad1d4f5f00f406aa /tests
parentd08dd536d77d494a08a8ecbd49feaf817fab2c88 (diff)
Fix #977
Diffstat (limited to 'tests')
-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());
}