Skip to content

Commit e6b6296

Browse files
committed
more typing
1 parent cdcaa56 commit e6b6296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sentry/monitors/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def test_idempotent_for_existing_data_source(self):
3131
assert detector
3232
ensure_cron_detector(self.monitor)
3333
detector_after = get_detector_for_monitor(self.monitor)
34+
assert detector_after is not None
3435
assert detector.id == detector_after.id
3536

3637
def test_with_owner_user(self):

0 commit comments

Comments
 (0)