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 ")