From e08e899134aeab8beeb82fa1c8c52dec5120d57b Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 21 Oct 2017 17:11:21 +0200 Subject: [PATCH] Fix test --- plugins/RSS/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/RSS/test.py b/plugins/RSS/test.py index a3d381f5a..07872a321 100644 --- a/plugins/RSS/test.py +++ b/plugins/RSS/test.py @@ -241,7 +241,6 @@ class RSSTestCase(ChannelPluginTestCase): self.assertNoResponse(' ') self.assertNoResponse(' ') self.assertNotError('rss announce add xkcd') - self.assertNoResponse(' ') time.sleep(1.1) self.assertRegexp(' ', 'Chaos') self.assertRegexp(' ', 'Telescopes')