Unit test
This commit is contained in:
parent
33b61a9484
commit
182a969290
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ class TestProtLib(EvenniaTest):
|
||||||
self.assertTrue(match)
|
self.assertTrue(match)
|
||||||
match = protlib.search_prototype(self.prot["prototype_key"])
|
match = protlib.search_prototype(self.prot["prototype_key"])
|
||||||
self.assertEqual(match, [self.prot])
|
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])
|
self.assertEqual(match, [self.prot])
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue