Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-fox committed May 28, 2024
1 parent 540689b commit 98a0cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/ModelAttributeValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use StevenFox\LaravelModelValidation\Tests\Fixtures\ValidatesWhenSavingModel;
use StevenFox\LaravelModelValidation\Tests\Fixtures\ValidatingModel;

beforeEach(function() {
beforeEach(function () {
// Reset the static variable on the trait prior to each test
// to avoid state corruption.
ValidatingModel::enableValidationWhenSaving();
Expand Down

0 comments on commit 98a0cad

Please sign in to comment.