mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Fixed commented-out test.
This commit is contained in:
parent
8a70f15e89
commit
c711dc9d2d
@ -95,10 +95,10 @@ class AliasTestCase(PluginTestCase, PluginDocumentation):
|
||||
def testNonCanonicalName(self):
|
||||
self.assertError('alias FOO foo')
|
||||
|
||||
## def testNotCannotNestRaised(self):
|
||||
## self.assertNotError('alias punish "lart $channel $1"')
|
||||
## self.assertNotError('punish #foo bugs')
|
||||
## self.assertNoResponse('blah blah blah', 2)
|
||||
def testNotCannotNestRaised(self):
|
||||
self.assertNotError('alias mytell "tell $channel $1"')
|
||||
self.assertNotError('mytell #foo bugs')
|
||||
self.assertNoResponse('blah blah blah', 2)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user