From ac277b1e5fde086b26f277437da996daa9a5528d Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 17 Mar 2015 00:06:14 +0100 Subject: [PATCH] Updated unittests for new options command. --- evennia/commands/default/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/commands/default/tests.py b/evennia/commands/default/tests.py index 03afb59fe8..343ceecd66 100644 --- a/evennia/commands/default/tests.py +++ b/evennia/commands/default/tests.py @@ -180,8 +180,8 @@ class TestPlayer(CommandTest): def test_password(self): self.call(player.CmdPassword(), "testpassword = testpassword", "Password changed.", caller=self.player) - def test_encoding(self): - self.call(player.CmdEncoding(), "", "Default encoding:", caller=self.player) + def test_option(self): + self.call(player.CmdOption(), "", "Encoding:", caller=self.player) def test_who(self): self.call(player.CmdWho(), "", "Players:", caller=self.player)