Minor tweak to unit test

This commit is contained in:
Griatch 2019-03-30 23:09:25 +01:00
parent 6bd50543ff
commit 86be1e519b

View file

@ -220,6 +220,7 @@ class TestSystem(CommandTest):
# 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(), "/clientraw 1+2", ">>> 1+2|3")
def test_scripts(self):
self.call(system.CmdScripts(), "", "dbref ")