diff --git a/tests/Unit/Plugins/ExtractImageColorsTest.php b/tests/Unit/Plugins/ExtractImageColorsTest.php index 0667340..41dee14 100644 --- a/tests/Unit/Plugins/ExtractImageColorsTest.php +++ b/tests/Unit/Plugins/ExtractImageColorsTest.php @@ -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() - ); } } \ No newline at end of file