Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Sep 8, 2023
1 parent cbf3f71 commit 972c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Manipulations/BlurTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
})->with('drivers');

it('will throw an exception when passing an invalid blur value', function (ImageDriver $driver) {
$driver->load(getTestJpg())->brightness(101);
$driver->load(getTestJpg())->blur(101);
})->with('drivers')->throws(InvalidManipulation::class);

0 comments on commit 972c3a8

Please sign in to comment.