Skip to content

Commit

Permalink
Fixed typo in data provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Sep 14, 2018
1 parent fa14464 commit ff1b8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function valueProvider()
return [
[1000, '0.00001000'],
[2500, '0.00002500'],
[-1000, '-0.0000100'],
[-1000, '-0.00001000'],
[100000000, '1.00000000'],
[150000000, '1.50000000'],
];
Expand Down

0 comments on commit ff1b8a6

Please sign in to comment.