From 7e0b3722733e48df3cfacbc1183da0e81fbb3a7f Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 12 Apr 2016 23:51:17 +0200 Subject: [PATCH] Fixed the unittest for the py command. --- evennia/commands/default/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/tests.py b/evennia/commands/default/tests.py index f259511c2c..eaf1aa4191 100644 --- a/evennia/commands/default/tests.py +++ b/evennia/commands/default/tests.py @@ -131,7 +131,7 @@ class TestSystem(CommandTest): def test_py(self): # we are not testing CmdReload, CmdReset and CmdShutdown, CmdService or CmdTime # since the server is not running during these tests. - self.call(system.CmdPy(), "1+2", ">>> 1+2|<<< 3") + self.call(system.CmdPy(), "1+2", ">>> 1+2|3") def test_scripts(self): self.call(system.CmdScripts(), "", "dbref ")