From aa89a2dd72ec6f593df4c5c281d915af456d5614 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 5 Jan 2015 20:39:22 +0100 Subject: [PATCH] =?UTF-8?q?Trying=20to=20make=20the=20tests=20fail=20less?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/RSS/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/RSS/test.py b/plugins/RSS/test.py index 428fe006f..f825f74bf 100644 --- a/plugins/RSS/test.py +++ b/plugins/RSS/test.py @@ -96,6 +96,7 @@ class RSSTestCase(ChannelPluginTestCase): with conf.supybot.plugins.RSS.waitPeriod.context(1): time.sleep(1.1) self.assertNoResponse(' ') + self.assertNoResponse(' ') feedparser._open_resource = constant(xkcd_new) self.assertNoResponse(' ') time.sleep(1.1)