mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 08:16:30 +01:00
Fixed the unittest for the py command.
This commit is contained in:
parent
aab16041d4
commit
7e0b372273
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue