first working tests
This commit is contained in:
@@ -7,4 +7,5 @@ class Restaurant(ADAPI):
|
||||
def initialize(self):
|
||||
meal = Meal()
|
||||
eggs: Eggs = meal.dishes[0]
|
||||
self.log(f'{self.__class__.__name__} initialized with {eggs}')
|
||||
self.log(f"{self.__class__.__name__} initialized with {eggs}")
|
||||
self.log(f"Last dish: {meal.dishes[-1]}")
|
||||
|
||||
Reference in New Issue
Block a user