aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2019-11-08 22:07:00 +0100
committerGravatar kwzrd <[email protected]>2019-11-08 22:07:00 +0100
commit9000d92ab8ceaf855d23c0e6dfdb09d05a40e59a (patch)
treecf9dc9d8a924db29c8b8a9f6e0edeb2a6a101f21 /tests
parentAdjust case to only test a single aspect (diff)
Add whitespace for readability, consistency & allure
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/rules/test_links.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bot/rules/test_links.py b/tests/bot/rules/test_links.py
index 95f107f91..40336beb0 100644
--- a/tests/bot/rules/test_links.py
+++ b/tests/bot/rules/test_links.py
@@ -45,6 +45,7 @@ class LinksTests(unittest.TestCase):
for recent_messages in cases:
last_message = recent_messages[0]
+
with self.subTest(
last_message=last_message,
recent_messages=recent_messages,