Skip to content

Commit c0809c2

Browse files
committed
wip
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
1 parent 99b5f8e commit c0809c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/GenerateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
$result = new Generator($random($format->length()), $format);
7777
assertMatchesRegularExpression(
7878
'/^[0-9]{'.$format->length().'}$/',
79-
(string) $result->getValue(),
79+
$result->getValue(),
8080
'Failed on:'.$i.', format: '.$format->value,
8181
);
8282
}

0 commit comments

Comments
 (0)