Fixes typos according to the review

This commit is contained in:
Sergi Delgado Segura
2020-04-03 16:38:46 +02:00
parent fe73ee7298
commit 10e856ae74
8 changed files with 13 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ def add_appointment(appointment_data, sk=cli_sk):
def test_commands_non_registered(bitcoin_cli, create_txs):
# All commands should failed if the user is not registered
# All commands should fail if the user is not registered
# Add appointment
commitment_tx, penalty_tx = create_txs

View File

@@ -388,7 +388,7 @@ def test_request_appointment_not_registered_user(client):
tmp_sk, tmp_pk = generate_keypair()
# The tower is designed so a not found appointment and a request from a non-registered user return the same error to
# prevent proving.
# prevent probing.
test_request_random_appointment_registered_user(client, tmp_sk)