Skip to content

Commit f990652

Browse files
chore :[LAR-34] remove space in TestFIle
1 parent eddb78a commit f990652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Filament/TagTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
->assertStatus(200);
5353
});
5454

55-
it('Admin can edit tag', function (): void {
55+
it('Admin can edit tag', function (): void {
5656
$tag = Tag::factory()->create();
5757

5858
Livewire::test(ListTags::class)

0 commit comments

Comments
 (0)