merge from master
This commit is contained in:
commit
74eece78de
76 changed files with 1278 additions and 386 deletions
|
|
@ -60,7 +60,7 @@ async def from_wallet(from_user):
|
|||
wallet = await create_wallet(user_id=user.id, wallet_name="test_wallet_from")
|
||||
await credit_wallet(
|
||||
wallet_id=wallet.id,
|
||||
amount=99999999,
|
||||
amount=999999999,
|
||||
)
|
||||
yield wallet
|
||||
|
||||
|
|
@ -77,7 +77,7 @@ async def to_wallet(to_user):
|
|||
wallet = await create_wallet(user_id=user.id, wallet_name="test_wallet_to")
|
||||
await credit_wallet(
|
||||
wallet_id=wallet.id,
|
||||
amount=99999999,
|
||||
amount=999999999,
|
||||
)
|
||||
yield wallet
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue