Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit authored and github-actions[bot] committed Dec 14, 2022
1 parent f2796e2 commit 591637f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Unit/Livewire/ModalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
expect(TestForm::$submittedTimes)->toBe(0);

$component
->assertSet('formClass', fn($value): bool => $value instanceof TestForm)
->assertSet('formClass', fn ($value): bool => $value instanceof TestForm)
->assertSee('email')
->assertSee('Enter your e-mail');

Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Livewire/SlideOverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
expect(SlideOverTestForm::$submittedTimes)->toBe(0);

$component
->assertSet('formClass', fn($value): bool => $value instanceof SlideOverTestForm)
->assertSet('formClass', fn ($value): bool => $value instanceof SlideOverTestForm)
->assertSee('email')
->assertSee('Enter your e-mail');

Expand Down

0 comments on commit 591637f

Please sign in to comment.