aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Amrou Bellalouna <[email protected]>2022-09-19 20:23:33 +0100
committerGravatar Amrou Bellalouna <[email protected]>2022-09-19 20:23:33 +0100
commit2e25073f807e02a72fe4cf2bbfa5cefe5024c8d7 (patch)
tree40bf6f6084263f84179ddcfd852fae65c3bf967d /tests
parenttest the cases where default rules message is supposed to be sent (diff)
fix redundant test name
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/exts/info/test_information.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/exts/info/test_information.py b/tests/bot/exts/info/test_information.py
index 61e8895b9..626c12c86 100644
--- a/tests/bot/exts/info/test_information.py
+++ b/tests/bot/exts/info/test_information.py
@@ -620,7 +620,7 @@ class RuleCommandTests(unittest.IsolatedAsyncioTestCase):
unittest.mock.call(shorten(":x: Invalid rule indices: " + invalid, 75, placeholder=" ...")))
self.assertEqual(None, final_rule_numbers)
- async def test_return_correct_rule_numberstest_return_correct_rule_numbers(self):
+ async def test_return_correct_rule_numbers(self):
test_cases = [
(("1", "2", "first"), {1, 2}),