mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-15 12:50:47 +02:00
Rename sell itest (#173)
This commit is contained in:
parent
2c170c3c2d
commit
fd23d38fa3
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ def test_post_squeak_not_whitelisted(server_stub, admin_stub, lightning_client,
|
|||
squeak_server_pb2.PostSqueakRequest(squeak=squeak_msg)
|
||||
)
|
||||
|
||||
def test_buy_squeak(server_stub, admin_stub, lightning_client, saved_squeak_hash):
|
||||
def test_sell_squeak(server_stub, admin_stub, lightning_client, saved_squeak_hash):
|
||||
# Check the server balance
|
||||
get_balance_response = admin_stub.LndWalletBalance(
|
||||
ln.WalletBalanceRequest()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue