Unit test

This commit is contained in:
henddher 2021-10-03 17:04:41 -05:00
parent 990411ba94
commit ba1ecd0cce

View file

@ -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])