diff --git a/plugins/NickAuth/test.py b/plugins/NickAuth/test.py index c3cca6bcb..85bcc8122 100644 --- a/plugins/NickAuth/test.py +++ b/plugins/NickAuth/test.py @@ -50,7 +50,7 @@ class NickAuthTestCase(PluginTestCase): self.irc.feedMsg(ircmsgs.privmsg(self.irc.nick, 'auth', prefix=self.prefix)) - self.assertIs(self.irc.takeMsg().command, 'WHOIS') + self.assertEqual(self.irc.takeMsg().command, 'WHOIS') self.assertError('hostmask list') self.irc.feedMsg(ircmsgs.privmsg(self.irc.nick,