Skip to content

Commit b6e6d9b

Browse files
committed
#149 added refresh
1 parent f7664de commit b6e6d9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/WalletFloatTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,9 @@ public function testBitcoin2(): void
364364
$user->wallet->save();
365365

366366
$user->depositFloat(0.09699977);
367+
368+
$user->wallet->refreshBalance();
369+
$user->refresh();
367370

368371
$this->assertEquals($user->balanceFloat, 0.09699977);
369372
$this->assertEquals($user->balance, 9699977);

0 commit comments

Comments
 (0)