Skip to content

Commit 35c280b

Browse files
committed
fix
1 parent 21be9c1 commit 35c280b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ public function testCreate(string $user): void
16691669
'reward_images' => [
16701670
[
16711671
'id' => $media->getKey(),
1672-
'type' => $media->type,
1672+
'type' => 'photo',
16731673
'url' => $media->url,
16741674
'alt' => $media->alt,
16751675
'slug' => $media->slug,

0 commit comments

Comments
 (0)