mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Fixes and tests updates
Updates tests so they run with the db_manager and fixes some bugs introduced in d7d42c9.
This commit is contained in:
@@ -14,6 +14,7 @@ class Appointment:
|
||||
self.encrypted_blob = EncryptedBlob(encrypted_blob)
|
||||
self.cipher = cipher
|
||||
self.hash_function = hash_function
|
||||
self.triggered = False
|
||||
|
||||
@classmethod
|
||||
def from_dict(cls, appointment_data):
|
||||
|
||||
Reference in New Issue
Block a user