diff --git a/tests/Unit/CustomValidatorsTest.php b/tests/Unit/CustomValidatorsTest.php index 5c37add761ab4f06b44ee3089636b6aee1b80c10..7b96f9cca31b5bacd0c32dc2a75ad02aeffdb55f 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]);