mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Fixed unittest for help entries
This commit is contained in:
parent
22f220f58d
commit
17418befcd
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class TestHelp(CommandTest):
|
|||
|
||||
def test_set_help(self):
|
||||
self.call(help.CmdSetHelp(), "testhelp, General = This is a test", "Topic 'testhelp' was successfully created.")
|
||||
self.call(help.CmdHelp(), "testhelp", "Help topic for testhelp", cmdset=CharacterCmdSet())
|
||||
self.call(help.CmdHelp(), "testhelp", "Help for testhelp", cmdset=CharacterCmdSet())
|
||||
|
||||
|
||||
class TestSystem(CommandTest):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue