From fbb7a4d842ce90215b920fef360fc5263f3da855 Mon Sep 17 00:00:00 2001 From: Coline Date: Mon, 4 Jul 2022 10:40:01 +0200 Subject: [PATCH] fix: comment in code --- tests/speculos/test_erc20information.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/speculos/test_erc20information.py b/tests/speculos/test_erc20information.py index 60f411b..1fe7505 100644 --- a/tests/speculos/test_erc20information.py +++ b/tests/speculos/test_erc20information.py @@ -25,7 +25,6 @@ def test_provide_erc20_token_error(cmd): sign="deadbeef" ) - # Test if return 9000 try: cmd.provide_erc20_token_information(info=erc20_info) except ethereum_client.exception.errors.UnknownDeviceError as error: