mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 11:24:03 +00:00
Add empty line at end of file
This commit is contained in:
parent
bc16d478f2
commit
dadab9553f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,4 +55,4 @@ test('the trailing decimal zeros trimming', function () {
|
||||||
expect(Money::fromDecimal(10.00, EUR::class)->formatted())->toBe('10.00 €');
|
expect(Money::fromDecimal(10.00, EUR::class)->formatted())->toBe('10.00 €');
|
||||||
expect(Money::fromDecimal(10.10, EUR::class)->formatted())->toBe('10.10 €');
|
expect(Money::fromDecimal(10.10, EUR::class)->formatted())->toBe('10.10 €');
|
||||||
expect(Money::fromDecimal(10.12, EUR::class)->formatted())->toBe('10.12 €');
|
expect(Money::fromDecimal(10.12, EUR::class)->formatted())->toBe('10.12 €');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue