mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
ripple: fix broken fail-test
This commit is contained in:
parent
61e63c6a02
commit
5b49658c8b
@ -80,5 +80,5 @@ class TestMsgRippleSignTx(TrezorTest):
|
||||
})
|
||||
with pytest.raises(CallException) as exc:
|
||||
ripple.sign_tx(self.client, parse_path("m/44'/144'/0'/0/2"), msg)
|
||||
assert exc.value.args[0] == messages.FailureType.ProcessError
|
||||
assert exc.value.args[1].endswith('Fee must be in the range of 10 to 10,000 drops')
|
||||
assert exc.value.args[0] == messages.FailureType.ProcessError
|
||||
assert exc.value.args[1].endswith('Fee must be in the range of 10 to 10,000 drops')
|
||||
|
Loading…
Reference in New Issue
Block a user