From d74b8cf43e3365618078ed1750a75bb8a440ee31 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 17 Apr 2016 16:47:02 +0200 Subject: Fix #977 --- tests/unit/db/FeedTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') 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()); } -- cgit v1.2.3