mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 19:52:54 +01:00
Reduced the number of rot13 asserts to 10.
This commit is contained in:
parent
1a05dc957b
commit
0c8ee83f92
@ -39,5 +39,5 @@ class FunCommandsTest(PluginTestCase):
|
||||
self.assertResponse('binary A', '01000001')
|
||||
|
||||
def testRot13(self):
|
||||
for s in nicks:
|
||||
for s in nicks[:10]: # 10 is probably enough.
|
||||
self.assertResponse('rot13 [rot13 %s]' % s, s)
|
||||
|
Loading…
Reference in New Issue
Block a user