Skip to content

Commit 77927a1

Browse files
committed
WIP
1 parent 3fc8330 commit 77927a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Integration/Commands/SyncArticleImagesTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111

1212
test('hero image url is updated for published articles with hero image', function () {
13-
1413
$article = Article::factory()->create([
1514
'hero_image' => 'sxiSod0tyYQ',
1615
'submitted_at' => now(),
@@ -26,7 +25,6 @@
2625
});
2726

2827
test('hero image url is not updated for published articles with no hero image', function () {
29-
3028
$article = Article::factory()->create([
3129
'submitted_at' => now(),
3230
'approved_at' => now(),

0 commit comments

Comments
 (0)