summaryrefslogtreecommitdiffstats
path: root/tests/unit/utility
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/utility')
-rw-r--r--tests/unit/utility/FeedFetcherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/utility/FeedFetcherTest.php b/tests/unit/utility/FeedFetcherTest.php
index 61fe78c64..ba4a53db1 100644
--- a/tests/unit/utility/FeedFetcherTest.php
+++ b/tests/unit/utility/FeedFetcherTest.php
@@ -33,7 +33,7 @@ class FeedFetcherTest extends \OCA\AppFramework\Utility\TestUtility {
private $fetcher;
protected function setUp(){
- $this->fetcher = new FeedFetcher($this->getAPIMock());
+ $this->fetcher = new FeedFetcher($this->getAPIMock(), 'dir', 300);
}