summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/ItemApiControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/ItemApiControllerTest.php')
-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 8177bb0a2..91181333a 100644
--- a/tests/Unit/Controller/ItemApiControllerTest.php
+++ b/tests/Unit/Controller/ItemApiControllerTest.php
@@ -150,7 +150,7 @@ class ItemApiControllerTest extends TestCase
->with(
$this->equalTo(2),
$this->equalTo(1),
- $this->equalTo('30000000'),
+ $this->equalTo(30000000),
$this->equalTo(true),
$this->equalTo($this->user->getUID())
)