Fix unittests, resolve bugs

This commit is contained in:
Griatch 2018-06-10 20:00:35 +02:00
parent e52503b710
commit 116f6e7505
4 changed files with 87 additions and 58 deletions

View file

@ -660,7 +660,7 @@ def validate_lockstring(lockstring):
if no error was found.
"""
return _LOCK_HANDLER.valdate(lockstring)
return _LOCK_HANDLER.validate(lockstring)
def _test():