mirror of
https://github.com/romanz/amodem.git
synced 2026-04-03 11:06:24 +08:00
trezor: add ping for self-test
This commit is contained in:
@@ -42,6 +42,10 @@ class ConnectionMock(object):
|
||||
result.node.public_key = PUBKEY
|
||||
return result
|
||||
|
||||
def ping(self, msg):
|
||||
assert not self.closed
|
||||
return msg
|
||||
|
||||
|
||||
class FactoryMock(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user