diff --git a/tests/Unit/FilterTest.php b/tests/Unit/FilterTest.php index 63ee0a8..f3cc066 100644 --- a/tests/Unit/FilterTest.php +++ b/tests/Unit/FilterTest.php @@ -58,7 +58,6 @@ class FilterTest extends TestCase ['from' => ['foo@example.com', 'bar@example.com']], $this->filter->from(['foo@example.com', 'bar@example.com'])->toArray() ); - } /**