summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Db/ItemTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Db/ItemTest.php')
-rw-r--r--tests/Unit/Db/ItemTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Unit/Db/ItemTest.php b/tests/Unit/Db/ItemTest.php
index faf924e46..289126e32 100644
--- a/tests/Unit/Db/ItemTest.php
+++ b/tests/Unit/Db/ItemTest.php
@@ -225,8 +225,7 @@ class ItemTest extends TestCase
'intro' => 'this is a test',
'fingerprint' => 'fingerprint',
'categories' => ['food'],
- 'sharedBy' => 'jack',
- 'isShared' => true,
+ 'sharedBy' => 'jack'
], $item->jsonSerialize()
);
}