Skip to content

Commit 7b91c0a

Browse files
committed
Making linter happy?
1 parent 5ab85b6 commit 7b91c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sentry/rules/actions/test_notify_event_service.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_notify_sentry_app_and_plugin_with_same_slug(self):
5858

5959
results = list(rule.after(event=event, state=self.get_state()))
6060

61-
assert len(results) is 2
62-
assert plugin.should_notify.call_count is 1
61+
assert len(results) == 2
62+
assert plugin.should_notify.call_count == 1
6363
assert results[0].callback is notify_sentry_app
6464
assert results[1].callback is plugin.rule_notify

0 commit comments

Comments
 (0)