Fix merge conflicts with say-branch

This commit is contained in:
Griatch 2017-07-21 11:06:38 +02:00
commit 8600e8c546
3 changed files with 152 additions and 26 deletions

View file

@ -131,7 +131,7 @@ class TestGeneral(CommandTest):
self.call(general.CmdSay(), "Testing", "You say, \"Testing\"")
def test_whisper(self):
self.call(general.CmdWhisper(), "Obj = Testing", "You whisper to Obj, \"Testing\"")
self.call(general.CmdWhisper(), "Obj = Testing", "You whisper to Obj, \"Testing\"", caller=self.char2)
def test_access(self):
self.call(general.CmdAccess(), "", "Permission Hierarchy (climbing):")