aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar ks123 <[email protected]>2020-03-12 20:03:00 +0200
committerGravatar ks123 <[email protected]>2020-03-12 20:03:00 +0200
commit6376b6a47033c51b80d32e0cf00e6d13ca9d05c3 (patch)
treeedd8c2168cad05890b2abb895d115046c587f85b /tests
parent(Moderation Utils Tests): Moved embed generating to test cases loop from test... (diff)
(Moderation Utils Tests): Removed unnecessary symbols from `has_active_infraction` test `infraction_nr` variable and changes this to more unique number.
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/cogs/moderation/test_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bot/cogs/moderation/test_utils.py b/tests/bot/cogs/moderation/test_utils.py
index 7f5e441b7..2f66904d8 100644
--- a/tests/bot/cogs/moderation/test_utils.py
+++ b/tests/bot/cogs/moderation/test_utils.py
@@ -45,9 +45,9 @@ class ModerationUtilsTests(unittest.IsolatedAsyncioTestCase):
"infraction_nr": None
},
{
- "get_return_value": [{"id": 1}],
+ "get_return_value": [{"id": 123987}],
"expected_output": True,
- "infraction_nr": "**#1**"
+ "infraction_nr": "123987"
}
]