From 63ea1415319df945016851a1deeef796f77c138a Mon Sep 17 00:00:00 2001 From: Steven Cobb Date: Wed, 3 Jan 2024 14:00:45 -0800 Subject: [PATCH] revert unneeded change. --- tests/StringSchemaValidatorTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/StringSchemaValidatorTest.php b/tests/StringSchemaValidatorTest.php index d5830b4..6de2246 100644 --- a/tests/StringSchemaValidatorTest.php +++ b/tests/StringSchemaValidatorTest.php @@ -140,5 +140,6 @@ public function testHackEnum(): void { ]; $this->expectCases($cases, $input ==> new StringSchemaValidator($input)); - } + } + }