From 220d4b088965d4f0c081b125ac47728755089aec Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 1 Aug 2004 18:10:03 +0000 Subject: [PATCH] Strike-- --- test/test_MoobotFactoids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_MoobotFactoids.py b/test/test_MoobotFactoids.py index 257a863ee..8a24bef07 100644 --- a/test/test_MoobotFactoids.py +++ b/test/test_MoobotFactoids.py @@ -84,7 +84,7 @@ if sqlite is not None: self.assertNotError('who is $who') self.assertResponse('who', 'foo') # Check that actions ("\x01ACTION...") don't match - self.assertNoResponse('\x01ACTION\x01 is doing something', 3) + self.assertNoResponse('\x01ACTION is doing something\x01', 3) def testLiteral(self): self.assertError('literal moo') # no factoids yet