From 6125381598f66f5d43421fc777318957b1eb0a47 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 28 Feb 2021 10:00:24 +0100 Subject: [PATCH] fix typo in spec name --- irctest/server_tests/test_user_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irctest/server_tests/test_user_commands.py b/irctest/server_tests/test_user_commands.py index ed70b77..e356446 100644 --- a/irctest/server_tests/test_user_commands.py +++ b/irctest/server_tests/test_user_commands.py @@ -115,7 +115,7 @@ class WhoisTestCase(cases.BaseServerTestCase, cases.OptionalityHelper): ) @cases.OptionalityHelper.skipUnlessHasMechanism("PLAIN") - @cases.mark_specifications("ircdefs") + @cases.mark_specifications("ircdocs") def testWhoisAccount(self): """Test numeric 330, RPL_WHOISACCOUNT.