Explorar o código

test fix for large numbers

Piotr Długosz %!s(int64=3) %!d(string=hai) anos
pai
achega
b4ab3db321
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/Unit/ValidationRuleParsingTest.php

+ 2 - 2
tests/Unit/ValidationRuleParsingTest.php

@@ -226,7 +226,7 @@ class ValidationRuleParsingTest extends BaseLaravelTest
             [],
             [
                 'description' => "Must be 8 digits.",
-                'type' => 'number',
+                'type' => 'string',
             ],
         ];
         yield 'digits_between' => [
@@ -234,7 +234,7 @@ class ValidationRuleParsingTest extends BaseLaravelTest
             [],
             [
                 'description' => "Must be between 2 and 8 digits.",
-                'type' => 'number',
+                'type' => 'string',
             ],
         ];
         yield 'alpha' => [