Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmcarvalho authored and github-actions[bot] committed Nov 21, 2023
1 parent 01bb026 commit 5ee419d
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 5ee419d

Please sign in to comment.