Fixed the unittest for the py command.

This commit is contained in:
Griatch 2016-04-12 23:51:17 +02:00
parent aab16041d4
commit 7e0b372273

View file

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