Extraneous comment.

pull/163/head
jMyles 2018-02-13 17:34:07 -08:00
parent 2f46a956e7
commit 6ac0bee751
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,7 @@ class Character(object):
_server = None
_server_class = Server
_default_crypto_powerups = None
_seal = None
_stamp = None
def __init__(self, attach_server=True, crypto_power: CryptoPower = None,
crypto_power_ups=[], is_me=True) -> None:

View File

@ -96,7 +96,6 @@ def test_anybody_can_encrypt():
cleartext = b"This is Officer Rod Farva. Come in, Ursula! Come in Ursula!"
# TODO: Make encrypt_for actually encrypt.
ciphertext, signature = can_sign_and_encrypt.encrypt_for(ursula, cleartext, sign=False)
assert signature == NOT_SIGNED