summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Service/FeedServiceTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Service/FeedServiceTest.php')
-rw-r--r--tests/Unit/Service/FeedServiceTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/Service/FeedServiceTest.php b/tests/Unit/Service/FeedServiceTest.php
index 8be29df45..76c8f89f6 100644
--- a/tests/Unit/Service/FeedServiceTest.php
+++ b/tests/Unit/Service/FeedServiceTest.php
@@ -853,7 +853,7 @@ class FeedServiceTest extends TestCase
$item->setFeedId(3);
$item->setAuthor('john');
$item->setGuid('s');
- $item->setGuidHash('s');
+ $item->setGuidHash('03c7c0ace395d80182db07ae2c30f034');
$item->setTitle('hey');
$item->setPubDate(333);
$item->setBody('come over');
@@ -910,7 +910,7 @@ class FeedServiceTest extends TestCase
$item->setFeedId(3);
$item->setAuthor('john');
$item->setGuid('s');
- $item->setGuidHash('s');
+ $item->setGuidHash('03c7c0ace395d80182db07ae2c30f034');
$item->setTitle('hey');
$item->setPubDate(333);
$item->setBody('come over');