Skip to content

Commit b347120

Browse files
author
Babichev Maxim
committed
update phpDoc
1 parent 937b584 commit b347120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/BalanceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
use Bavix\Wallet\Services\ProxyService;
88
use Bavix\Wallet\Test\Models\Buyer;
99
use function app;
10-
use Illuminate\Support\Facades\DB;
1110

1211
class BalanceTest extends TestCase
1312
{
1413

1514
/**
1615
* @return void
16+
* @throws
1717
*/
1818
public function testSimple(): void
1919
{
@@ -72,7 +72,7 @@ public function testForceUpdate(): void
7272

7373
$wallet->refresh();
7474
$this->assertEquals($wallet->balance, 10);
75-
75+
7676
$wallet->refreshBalance();
7777
$this->assertEquals($wallet->balance, 1000);
7878
}

0 commit comments

Comments
 (0)