From 9a68ef22c121b62679069c694706a1a8784cf414 Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 11 May 2005 00:57:30 +0000 Subject: [PATCH] plugins/Note: Fix a test failure. --- plugins/Note/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Note/test.py b/plugins/Note/test.py index 0cf7ab37c..174444b80 100644 --- a/plugins/Note/test.py +++ b/plugins/Note/test.py @@ -37,7 +37,7 @@ class NoteTestCase(PluginTestCase): # setup a user self.prefix = 'foo!bar@baz' self.assertNotError('register inkedmn bar') - self.assertNotError('addhostmask inkedmn test2!bar@baz') + self.assertNotError('hostmask add inkedmn test2!bar@baz') def testSendnote(self): self.assertRegexp('note send inkedmn test', '#1')