Browse Source

always have three keys

pull/4/head
Volker Birk 4 years ago
committed by heck
parent
commit
35a83abf14
  1. 2
      test/sync_handshake.py

2
test/sync_handshake.py

@ -90,6 +90,8 @@ def print_msg(p):
def messageToSend(msg): def messageToSend(msg):
assert msg.from_.address == "alice@peptest.ch"
assert msg.to[0].address == "alice@peptest.ch"
msg = add_debug_info(msg) msg = add_debug_info(msg)
minimail.send(inbox, msg, device_name) minimail.send(inbox, msg, device_name)

Loading…
Cancel
Save