From 7e35dfa51ef66c43a8ae8c1445fbc3e7633ead6b Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Tue, 18 Sep 2018 10:36:31 +0200 Subject: [PATCH] tests: style fix --- .../tests/device_tests/test_msg_stellar_sign_transaction.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py b/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py index 4ac850e4ee..9d841a5196 100644 --- a/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py +++ b/trezorlib/tests/device_tests/test_msg_stellar_sign_transaction.py @@ -152,9 +152,7 @@ class TestMsgStellarSignTransaction(TrezorTest): op.destination_account = ( "GBOVKZBEM2YYLOCDCUXJ4IMRKHN4LCJAE7WEAEA2KF562XFAGDBOB64V" ) - op.asset = proto.StellarAssetType( - 0 - ) + op.asset = proto.StellarAssetType(0) tx = self._create_msg()