From 05c17c34da18e3ac4c1d291bc318a1a407e0e308 Mon Sep 17 00:00:00 2001 From: GDWR Date: Tue, 10 May 2022 18:51:57 +0100 Subject: Make test name plural for consistency --- tests/botcore/utils/test_regex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/botcore/utils/test_regex.py b/tests/botcore/utils/test_regex.py index d4ca2934..70d4252f 100644 --- a/tests/botcore/utils/test_regex.py +++ b/tests/botcore/utils/test_regex.py @@ -13,7 +13,7 @@ def use_regex(s: str) -> Optional[str]: return result if result is None else result.group("invite") -def test_discord_invite_positive(): +def test_discord_invite_positives(): """Test the DISCORD_INVITE regex on a set of strings we would expect to capture.""" assert use_regex("discord.gg/python") == "python" -- cgit v1.2.3