summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-05 23:10:17 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 22:31:21 +0200
commitb0c42e4cd7d51148a55fbff9113688b97b38c965 (patch)
tree432e9fcd828f0c23eedf7c079cb055e01902b124 /tests
parent2cba1e4146221f28ac195f62fbbb6cd9dbb555fd (diff)
♻️ Item: Remove isShared
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'tests')
-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()
);
}