From 4acfe5ab74ce777b0f09fe5964f113666ac1f4f1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 28 Aug 2016 08:36:42 +0200 Subject: Fix #24 --- tests/Unit/Controller/ItemApiControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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) ) -- cgit v1.2.3