Skip to content

Commit e0b0c57

Browse files
hackaugustoLefterisJP
authored andcommitted
typo
1 parent 7e94c5e commit e0b0c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raiden/tests/api/test_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_channel_to_api_dict(raiden_network, token_addresses, settle_timeout):
106106

107107

108108
def test_url_with_invalid_address(rest_api_port_number, api_backend):
109-
""" Addresses required the leading 0x in the urls. """
109+
""" Addresses require the leading 0x in the urls. """
110110

111111
url_without_prefix = (
112112
'http://localhost:{port}/api/1/'
@@ -123,7 +123,7 @@ def test_url_with_invalid_address(rest_api_port_number, api_backend):
123123

124124

125125
def test_payload_with_address_without_prefix(api_backend):
126-
""" Addresses required leading 0x in the payload. """
126+
""" Addresses require leading 0x in the payload. """
127127
invalid_address = '61c808d82a3ac53231750dadc13c777b59310bd9'
128128
channel_data_obj = {
129129
'partner_address': invalid_address,

0 commit comments

Comments
 (0)