create(); $wallet = AdWallet::create([ 'tenant_id' => $tenant->id, 'balance_rub' => '1000.00', 'frozen_rub' => '0.00', ]); expect($wallet->balance_rub)->toBe('1000.00'); });