We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc8330 commit 77927a1Copy full SHA for 77927a1
tests/Integration/Commands/SyncArticleImagesTest.php
@@ -10,7 +10,6 @@
10
11
12
test('hero image url is updated for published articles with hero image', function () {
13
-
14
$article = Article::factory()->create([
15
'hero_image' => 'sxiSod0tyYQ',
16
'submitted_at' => now(),
@@ -26,7 +25,6 @@
26
25
});
27
28
test('hero image url is not updated for published articles with no hero image', function () {
29
30
31
32
'approved_at' => now(),
0 commit comments