diff --git a/plugins/MoobotFactoids/test.py b/plugins/MoobotFactoids/test.py index 4598ecd48..f254e9d80 100644 --- a/plugins/MoobotFactoids/test.py +++ b/plugins/MoobotFactoids/test.py @@ -227,7 +227,9 @@ class FactoidsTestCase(ChannelPluginTestCase): self.prefix = userPrefix2 self.assertNotError('mogle is mo') self.assertRegexp('most authored', - 'Most prolific authors:.*moo.*(1).*boo.*(1)') + (r'Most prolific authors: .*' + r'(moo.*\(1\).*boo.*\(1\)' + r'|boo.*\(1\).*moo.*\(1\))')) self.assertRegexp('most recent', "2 latest factoids:.*mogle.*moogle.*") self.assertResponse('moogle', 'moo')