diff --git a/tests/Pest/FormattingTest.php b/tests/Pest/FormattingTest.php index c39576a..80e9143 100644 --- a/tests/Pest/FormattingTest.php +++ b/tests/Pest/FormattingTest.php @@ -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.10, EUR::class)->formatted())->toBe('10.10 €'); expect(Money::fromDecimal(10.12, EUR::class)->formatted())->toBe('10.12 €'); -}); \ No newline at end of file +});