mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Fixed to accomodate changed plugin names ("MiscCommands" -> "Misc", e.g.)
This commit is contained in:
parent
46907405d9
commit
d470488788
@ -186,7 +186,7 @@ if sqlite is not None:
|
||||
self.assertError('no moo is qux')
|
||||
|
||||
class DunnoTestCase(PluginTestCase, PluginDocumentation):
|
||||
plugins = ('MiscCommands', 'MoobotFactoids', 'UserCommands')
|
||||
plugins = ('Misc', 'MoobotFactoids', 'User')
|
||||
def setUp(self):
|
||||
PluginTestCase.setUp(self)
|
||||
self.prefix = 'foo!bar@baz'
|
||||
|
Loading…
Reference in New Issue
Block a user