Ran black on sources
This commit is contained in:
parent
24d52f229f
commit
f6b43b0416
125 changed files with 355 additions and 329 deletions
|
|
@ -58,7 +58,7 @@ class TestComponents(EvenniaTest):
|
|||
InheritedTCWithComponents, key="char_with_c", location=self.room1, home=self.room1
|
||||
)
|
||||
assert self.char1.test_a
|
||||
assert not self.char1.cmp.get('test_c')
|
||||
assert not self.char1.cmp.get("test_c")
|
||||
assert char_with_c.test_c
|
||||
|
||||
def test_character_instances_components_properly(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue