1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

tests: style fix

This commit is contained in:
Tomas Susanka 2018-09-18 10:36:31 +02:00
parent d66bb53619
commit 7e35dfa51e

View File

@ -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()