Skip to content

Commit

Permalink
autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
bavixbot committed Sep 10, 2024
1 parent e5bf109 commit 1861715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Units/Domain/BalanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function testBalanceWalletNotExists(): void
self::assertSame(0, $buyer->wallet->balanceInt);
self::assertFalse($buyer->wallet->exists);

self::assertSame(0., (float)$buyer->wallet->balanceFloat);
self::assertSame(0., (float) $buyer->wallet->balanceFloat);
self::assertFalse($buyer->wallet->exists);

self::assertSame(0., $buyer->wallet->balanceFloatNum);
Expand Down

0 comments on commit 1861715

Please sign in to comment.