Rename sell itest (#173)

This commit is contained in:
Jonathan Zernik 2020-07-29 23:23:48 -07:00 committed by GitHub
parent 2c170c3c2d
commit fd23d38fa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()