``` amount = attrs['amount'] total_amount = amount + get_value('transaction_fee') assert total_amount > 0 ```