Skip to content

Commit

Permalink
Update ColorTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jan 30, 2025
1 parent ecdd821 commit dc432f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/Support/ColorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
it('generates colors from an RGB value', function (string $color) {
expect(Color::generatePalette($color))
->toMatchSnapshot();

})->with([
'rgb(128, 8, 8)',
'rgb(93, 255, 2)',
Expand Down

0 comments on commit dc432f7

Please sign in to comment.