Some minor language fixes.
This commit is contained in:
parent
23a053c213
commit
b73a0f8f8c
2 changed files with 6 additions and 6 deletions
|
|
@ -118,7 +118,7 @@ class TestGeneral(CommandTest):
|
|||
self.call(general.CmdSay(), "Testing", "You say, \"Testing\"")
|
||||
|
||||
def test_whisper(self):
|
||||
self.call(general.CmdWhisper(), "Obj = Testing", "You whisper Obj, \"Testing\"")
|
||||
self.call(general.CmdWhisper(), "Obj = Testing", "You whisper to Obj, \"Testing\"")
|
||||
|
||||
def test_access(self):
|
||||
self.call(general.CmdAccess(), "", "Permission Hierarchy (climbing):")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue