Skip to content

Commit d9da524

Browse files
committed
a test
1 parent c806c6b commit d9da524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/issues/escalating/test_escalating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def test_eap_and_snuba_past_counts_match_single_group(self) -> None:
393393
snuba_results = _query_groups_past_counts_snuba([group])
394394
eap_results = _query_groups_past_counts_eap([group])
395395

396-
assert len(snuba_results) == len(eap_results) == 1
396+
assert len(snuba_results) == len(eap_results) == 2
397397
assert snuba_results[0]["group_id"] == eap_results[0]["group_id"] == group.id
398398
assert snuba_results[0]["project_id"] == eap_results[0]["project_id"] == self.project.id
399399
assert snuba_results[0]["count()"] == eap_results[0]["count()"] == 3

0 commit comments

Comments
 (0)