summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Db/ItemTest.php
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-08-28 14:59:13 +0200
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-08-29 23:45:26 +0200
commitdd266ed05f46ef35ccc5393a42c73b94334fe461 (patch)
tree037ec64a8a1e034d9a040c6b85782c680b55a9a6 /tests/Unit/Db/ItemTest.php
parent7d96630a275e0ae54e37ee4fe207e28e07730fa8 (diff)
fix import with invalid guid_hash
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'tests/Unit/Db/ItemTest.php')
-rw-r--r--tests/Unit/Db/ItemTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Db/ItemTest.php b/tests/Unit/Db/ItemTest.php
index 65a67733c..6b63f8685 100644
--- a/tests/Unit/Db/ItemTest.php
+++ b/tests/Unit/Db/ItemTest.php
@@ -220,7 +220,7 @@ class ItemTest extends TestCase
{
$item = new Item();
$item->setGuid('guid');
- $item->setGuidHash('guid');
+ $item->setGuidHash('1e0ca5b1252f1f6b1e0ac91be7e7219e');
$item->setUrl('https://google');
$item->setTitle('title');
$item->setAuthor('author');