mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Fixed test of quit to handle slightly different output text
This commit is contained in:
parent
58c8d495ae
commit
91608d7787
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ class TestPlayer(CommandTest):
|
|||
self.call(player.CmdWho(), "", "Players:", caller=self.player)
|
||||
|
||||
def test_quit(self):
|
||||
self.call(player.CmdQuit(), "", "Quitting. Hope to see you soon again.", caller=self.player)
|
||||
self.call(player.CmdQuit(), "", "Quitting. Hope to see you again, soon.", caller=self.player)
|
||||
|
||||
def test_sessions(self):
|
||||
self.call(player.CmdSessions(), "", "Your current session(s):", caller=self.player)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue