Skip to content

Commit

Permalink
Merge pull request #1 from ActiveEngagement/fix-color-test
Browse files Browse the repository at this point in the history
Remove overly-specific color test
  • Loading branch information
jacoblockard99 authored Jul 14, 2022
2 parents e4ad85c + c554a5e commit 25a46e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Unit/Plugins/ExtractImageColorsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,5 @@ public function testExtractImageColorsPlugin()
$model = Resource::make($file)->save();

$this->assertCount(3, $model->colors);
$this->assertEquals(
['#7491a9', '#202923', '#dee5e6'],
$model->colors->map->getHex('#')->toArray()
);
}
}

0 comments on commit 25a46e0

Please sign in to comment.