Skip to content

Commit

Permalink
[9.x] rector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Mar 18, 2023
1 parent b9547c4 commit 9c3c0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Units/Domain/ExchangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function testExchangeUsdToBtc(): void
->convertTo('USD', 'BTC', 1)
;

self::assertSame(0.004636, (float) $rate);
self::assertSame(0.004636, $rate);

/** @var UserMulti $user */
$user = UserMultiFactory::new()->create();
Expand Down

0 comments on commit 9c3c0d0

Please sign in to comment.