mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Forgot some typo
This commit is contained in:
parent
89f6909aff
commit
f6e20f980c
1 changed files with 3 additions and 3 deletions
|
|
@ -109,9 +109,9 @@ class TestComponents(EvenniaTest):
|
|||
assert self.char1.cmp.does_not_exist is None
|
||||
|
||||
def test_host_has_class_component_tags(self):
|
||||
assert self.char1.tags.has(key="test_a", category="component")
|
||||
assert self.char1.tags.has(key="test_b", category="component")
|
||||
assert not self.char1.tags.has(key="test_c", category="component")
|
||||
assert self.char1.tags.has(key="test_a", category="components")
|
||||
assert self.char1.tags.has(key="test_b", category="components")
|
||||
assert not self.char1.tags.has(key="test_c", category="components")
|
||||
|
||||
def test_host_has_added_component_tags(self):
|
||||
rct = RuntimeComponentTestC.create(self.char1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue