mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 17:56:32 +01:00
Unit test
This commit is contained in:
parent
990411ba94
commit
ba1ecd0cce
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ class TestProtLib(EvenniaTest):
|
|||
self.assertTrue(match)
|
||||
match = protlib.search_prototype(self.prot["prototype_key"])
|
||||
self.assertEqual(match, [self.prot])
|
||||
match = protlib.search_prototype(self.prot["Prototype_Key"])
|
||||
match = protlib.search_prototype(self.prot["prototype_key"].upper())
|
||||
self.assertEqual(match, [self.prot])
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue