summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-09-23 19:14:15 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-09-23 19:14:53 +0200
commit0e118230f6e57498ffe408501e904fa05496cd52 (patch)
treec2edc528663526f6a8fc0a01efb7f4a2cf997604 /tests
parent0739ad702750b880ef804050b21467ec3f5ef24f (diff)
fix test
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/controller/ItemApiControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/controller/ItemApiControllerTest.php b/tests/unit/controller/ItemApiControllerTest.php
index 8ab35010a..b0f8169e7 100644
--- a/tests/unit/controller/ItemApiControllerTest.php
+++ b/tests/unit/controller/ItemApiControllerTest.php
@@ -81,7 +81,7 @@ class ItemApiControllerTest extends \PHPUnit_Framework_TestCase {
->with(
$this->equalTo(2),
$this->equalTo(1),
- $this->equalTo(20),
+ $this->equalTo(-1),
$this->equalTo(0),
$this->equalTo(false),
$this->equalTo(false),