add general CO3 tests to test suite

This commit is contained in:
2024-04-18 13:31:19 -07:00
parent 1f89f0dee8
commit 2335001a80
4 changed files with 29 additions and 47 deletions

View File

@@ -24,7 +24,7 @@ class Tomato(Vegetable):
def attributes(self):
return vars(self)
def collation_attributes(self, action_key, action_grounp):
def collation_attributes(self, action_key, action_group):
return {
'name': self.name,
'state': action_key,