Update export statistics

This commit is contained in:
bot 2024-11-28 10:44:30 +00:00
parent 6f856ad857
commit 3080e87d88
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -14,7 +14,7 @@ class BotTestCase(unittest.TestCase):
def test_is_sus_rant_regex_match(self): def test_is_sus_rant_regex_match(self):
rant_text = "To learn more about our services or to schedule a consultation, contact us at +1 (604) 200-0581 today." rant_text = "To learn more about our services or to schedule a consultation, contact us at +1 (604) 200-0581 today."
self.assertTrue(self.bot.is_sus_rant(42, rant_text)) self.assertTrue(self.bot.is_sus_rant(42, rant_text))
def test_is_sus_rant_regex_url_match_dot_slash(self): def test_is_sus_rant_regex_url_match_dot_slash(self):
rant_text = "Visit Now: thesleepcompany.in/pages/all-chairs" rant_text = "Visit Now: thesleepcompany.in/pages/all-chairs"
self.assertTrue(self.bot.is_sus_rant(42, rant_text)) self.assertTrue(self.bot.is_sus_rant(42, rant_text))