mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-04 20:21:22 +02:00
test: conftest smaller funding amounts (#3167)
This commit is contained in:
parent
cbbba5c4c7
commit
34b8490a2d
@ -130,7 +130,7 @@ async def from_wallet(from_user):
|
|||||||
wallet = await create_wallet(user_id=user.id, wallet_name="test_wallet_from")
|
wallet = await create_wallet(user_id=user.id, wallet_name="test_wallet_from")
|
||||||
await update_wallet_balance(
|
await update_wallet_balance(
|
||||||
wallet=wallet,
|
wallet=wallet,
|
||||||
amount=999999999,
|
amount=9999999,
|
||||||
)
|
)
|
||||||
yield wallet
|
yield wallet
|
||||||
|
|
||||||
@ -174,7 +174,7 @@ async def to_wallet(to_user):
|
|||||||
wallet = await create_wallet(user_id=user.id, wallet_name="test_wallet_to")
|
wallet = await create_wallet(user_id=user.id, wallet_name="test_wallet_to")
|
||||||
await update_wallet_balance(
|
await update_wallet_balance(
|
||||||
wallet=wallet,
|
wallet=wallet,
|
||||||
amount=999999999,
|
amount=9999999,
|
||||||
)
|
)
|
||||||
yield wallet
|
yield wallet
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user