aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2019-11-02 01:34:46 +0100
committerGravatar kwzrd <[email protected]>2019-11-02 01:34:46 +0100
commitf6ed29c8692759dc0c8b003ebf2d4ce3d5ca6ed9 (patch)
tree86fde26757fe94881ab7cc22783093b2ca6bb8cb /tests
parentAnnotate unclear test cases with inline comments (diff)
Adjust case to only test a single aspect
Diffstat (limited to 'tests')
-rw-r--r--tests/bot/rules/test_links.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bot/rules/test_links.py b/tests/bot/rules/test_links.py
index a04b90c13..95f107f91 100644
--- a/tests/bot/rules/test_links.py
+++ b/tests/bot/rules/test_links.py
@@ -40,7 +40,7 @@ class LinksTests(unittest.TestCase):
[msg("bob", 2)],
[msg("bob", 3)], # Filter only applies if len(messages_with_links) > 1
[msg("bob", 1), msg("bob", 1)],
- [msg("bob", 3), msg("alice", 3)] # Only messages from latest author count
+ [msg("bob", 2), msg("alice", 2)] # Only messages from latest author count
)
for recent_messages in cases: