Resolve unittests

This commit is contained in:
Griatch 2018-08-12 13:37:19 +02:00
parent fba58c4649
commit b6675b854e
2 changed files with 3 additions and 5 deletions

View file

@ -187,7 +187,6 @@ class TestProtLib(EvenniaTest):
def test_prototype_to_str(self):
prstr = protlib.prototype_to_str(self.prot)
print("prst: {}".format(prstr))
self.assertTrue(prstr.startswith("|cprototype-key:|n"))
def test_check_permission(self):