Fixed test of quit to handle slightly different output text

This commit is contained in:
Griatch 2015-02-09 02:35:14 +01:00
parent 58c8d495ae
commit 91608d7787

View file

@ -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)