Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmcarvalho committed Nov 21, 2023
2 parents 03b9664 + 5ee419d commit 7edaca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NumberParseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

it('is negative with other negative char', function () {
$numerable = Number::parse("\xE212.43", 'en');
$numerable2 = Number::parse("−10.55", 'en');
$numerable2 = Number::parse('−10.55', 'en');

expect($numerable)
->toBeInstanceOf(Numerable::class)
Expand Down

0 comments on commit 7edaca0

Please sign in to comment.