mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Update CmdWall test to reflect message change
This commit is contained in:
parent
2b7d9b36aa
commit
3e37dca1bb
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