mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Update CmdWall test to reflect message change
This commit is contained in:
parent
e5c5c0f873
commit
1f128e1154
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class TestAdmin(CommandTest):
|
|||
self.call(admin.CmdPerm(), "Char2 = Builder", "Permission 'Builder' given to Char2 (the Object/Character).")
|
||||
|
||||
def test_wall(self):
|
||||
self.call(admin.CmdWall(), "Test", "Announcing to all connected accounts ...")
|
||||
self.call(admin.CmdWall(), "Test", "Announcing to all connected sessions ...")
|
||||
|
||||
def test_ban(self):
|
||||
self.call(admin.CmdBan(), "Char", "NameBan char was added.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue