From e4025fae7ac33262c81b703752bb6a422d7f3168 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 14 Oct 2014 22:46:57 +0200 Subject: [PATCH] Filter: Fix previous merge. --- plugins/Filter/test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/Filter/test.py b/plugins/Filter/test.py index 449b13194..1c7ef053d 100644 --- a/plugins/Filter/test.py +++ b/plugins/Filter/test.py @@ -59,10 +59,6 @@ class FilterTest(ChannelPluginTestCase): except KeyError: pass - def testHebrew(self): - self.assertResponse('hebrew The quick brown fox ' - 'jumps over the lazy dog.', - 'Th qck brwn fx jmps vr th lzy dg.') def testJeffk(self): for i in range(100): self.assertNotError('jeffk the quick brown fox is ghetto')