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