From 27796c786f8efeb7adee766b2dc14b49c2ee019a Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 4 Sep 2018 22:13:56 +0000 Subject: [PATCH] Fixes failing tests. --- evennia/contrib/auditing/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/contrib/auditing/tests.py b/evennia/contrib/auditing/tests.py index 0650469c72..1db245d7b4 100644 --- a/evennia/contrib/auditing/tests.py +++ b/evennia/contrib/auditing/tests.py @@ -53,8 +53,8 @@ class AuditingTest(EvenniaTest): ('@passwd password1234 = password2345', '@passwd ***************************'), ('@userpassword johnny = password234', '@userpassword johnny = ***********'), ('craete johnnypassword123', 'craete *****************'), - ("Command 'conncect teddy teddy' is not available. Maybe you meant \"@encode\"?", 'Command \'conncect ***** *****\' is not available. Maybe you meant "@encode"?'), - ("{'text': u'Command \\'conncect jsis dfiidf\\' is not available. Type \"help\" for help.'}", "{'text': u'Command \\'conncect jsis ******\\' is not available. Type \"help\" for help.'}") + ("Command 'conncect teddy teddy' is not available. Maybe you meant \"@encode\"?", 'Command \'conncect ******** ********\' is not available. Maybe you meant "@encode"?'), + ("{'text': u'Command \\'conncect jsis dfiidf\\' is not available. Type \"help\" for help.'}", "{'text': u'Command \\'conncect jsis ********\\' is not available. Type \"help\" for help.'}") ) for index, (unsafe, safe) in enumerate(unsafe_cmds):