diff --git a/tests/Unit/CustomValidatorsTest.php b/tests/Unit/CustomValidatorsTest.php index fb56c723dcf647e999a8b7d6571716961fb675d5..3f771e9498f9f4b6a9d416f13ee84ecb6549aa63 100644 --- a/tests/Unit/CustomValidatorsTest.php +++ b/tests/Unit/CustomValidatorsTest.php @@ -10,7 +10,6 @@ use LibreNMS\Tests\TestCase; final class CustomValidatorsTest extends TestCase { - private function assertRulePasses($value, string $rule): void { $validator = Validator::make(['field' => $value], ['field' => $rule]);