Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.py b/test.py
index 73c9aae..b1ef38d 100644
--- a/test.py
+++ b/test.py
@@ -30,8 +30,8 @@
from supybot.test import *
-class MeatBotTestCase(PluginTestCase):
- plugins = ('MeatBot',)
+class MeetBotTestCase(PluginTestCase):
+ plugins = ('MeetBot',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: