Skip to content

Commit 2d4d7d9

Browse files
AllanKodergithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 67063d2 commit 2d4d7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Feature/ComputerScienceResourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function test_image_is_removed_if_resource_creation_fails()
127127
$response->assertStatus(422); // Validation error
128128

129129
// The image should not exist in storage
130-
Storage::disk('public')->assertMissing('resource/' . $formData['image_file']->hashName());
130+
Storage::disk('public')->assertMissing('resource/'.$formData['image_file']->hashName());
131131
}
132132

133133
public function test_model_removes_image_upon_deletion()

0 commit comments

Comments
 (0)