diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/bot/exts/moderation/test_incidents.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bot/exts/moderation/test_incidents.py b/tests/bot/exts/moderation/test_incidents.py index 1a02339d4..bb337aeba 100644 --- a/tests/bot/exts/moderation/test_incidents.py +++ b/tests/bot/exts/moderation/test_incidents.py @@ -185,6 +185,7 @@ class TestIsIncident(unittest.TestCase):              content="this is an incident",              author=MockUser(bot=False),              pinned=False, +            reference=None,          )      def test_is_incident_true(self):  |