diff options
| author | 2019-11-02 01:34:46 +0100 | |
|---|---|---|
| committer | 2019-11-02 01:34:46 +0100 | |
| commit | f6ed29c8692759dc0c8b003ebf2d4ce3d5ca6ed9 (patch) | |
| tree | 86fde26757fe94881ab7cc22783093b2ca6bb8cb /tests | |
| parent | Annotate unclear test cases with inline comments (diff) | |
Adjust case to only test a single aspect
Diffstat (limited to '')
| -rw-r--r-- | tests/bot/rules/test_links.py | 2 | 
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: | 
