From c2c92a3f5aef546c4dae5e551b11c3baa22c0c6b Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Thu, 18 Mar 2021 23:50:36 +0100 Subject: =?UTF-8?q?=F0=9F=A9=B9=20Fix=20issues=20after=20rebase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- tests/Unit/Db/ItemTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Unit/Db/ItemTest.php b/tests/Unit/Db/ItemTest.php index 8d556a445..3aa219105 100644 --- a/tests/Unit/Db/ItemTest.php +++ b/tests/Unit/Db/ItemTest.php @@ -453,7 +453,8 @@ class ItemTest extends TestCase $this->assertArrayHasKey('categoriesJson', $item->getUpdatedFields()); } - public function testSetSharedBy(){ + public function testSetSharedBy() + { $item = new Item(); $item->setSharedBy('Hector'); $this->assertEquals('Hector', $item->getSharedBy()); -- cgit v1.2.3