summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-08-28 08:37:56 +0200
committerGitHub <noreply@github.com>2016-08-28 08:37:56 +0200
commit1576df54924c21c816f385a77a13983199f2aefc (patch)
treec047026f39d61c76466a2f7dd43c6dbe908ebb08 /tests
parent0daa9425b68f0035887c169aed2e92d1aca6fea2 (diff)
parent4acfe5ab74ce777b0f09fe5964f113666ac1f4f1 (diff)
Merge pull request #25 from nextcloud/updated-api
Fix #24
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 393c6198b..9ce405956 100644
--- a/tests/Unit/Controller/ItemApiControllerTest.php
+++ b/tests/Unit/Controller/ItemApiControllerTest.php
@@ -105,7 +105,7 @@ class ItemApiControllerTest extends \PHPUnit_Framework_TestCase {
->with(
$this->equalTo(2),
$this->equalTo(1),
- $this->equalTo(30),
+ $this->equalTo('30000000'),
$this->equalTo(true),
$this->equalTo($this->user)
)