mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Adds ExtendedAppointent unit tests and simplifies Appointment's
This commit is contained in:
@@ -15,7 +15,7 @@ class ExtendedAppointment(Appointment):
|
||||
|
||||
Args:
|
||||
appointment_data (:obj:`dict`): a dictionary containing the following keys:
|
||||
``{locator, to_self_delay, encrypted_blob, expiry}``
|
||||
``{locator, to_self_delay, encrypted_blob, user_id}``
|
||||
|
||||
Returns:
|
||||
:obj:`ExtendedAppointment <teos.extended_appointment.ExtendedAppointment>`: An appointment initialized
|
||||
|
||||
Reference in New Issue
Block a user