mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 14:44:21 +01:00
Fixes typos according to the review
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user