Skip to content

Commit 7678b4a

Browse files
committed
Added 24р
1 parent 035ac9f commit 7678b4a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

integration_tests/rest/test_24h_price_change.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ def test_wrong_symbol(self, client):
1919
price_changes = client.get_24h_price_change(symbol="TEST123")
2020
assert price_changes['code'] == -1128 and 'symbol not found ' \
2121
in price_changes['msg']
22+
23+

0 commit comments

Comments
 (0)