summaryrefslogtreecommitdiffstats
path: root/tests/unit/bl/ItemBlTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/bl/ItemBlTest.php')
-rw-r--r--tests/unit/bl/ItemBlTest.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/bl/ItemBlTest.php b/tests/unit/bl/ItemBlTest.php
index 1c2dedfb6..80b1281e7 100644
--- a/tests/unit/bl/ItemBlTest.php
+++ b/tests/unit/bl/ItemBlTest.php
@@ -197,8 +197,9 @@ class ItemBlTest extends \OCA\AppFramework\Utility\TestUtility {
$this->mapper->expects($this->once())
->method('findByGuidHash')
- ->with($this->equalTo($feedId),
- $this->equalTo($guidHash),
+ ->with(
+ $this->equalTo($guidHash),
+ $this->equalTo($feedId),
$this->equalTo($this->user))
->will($this->returnValue($item));