Skip to content

Commit 06893ba

Browse files
author
Bartek Ogryczak
committed
less or equal
1 parent df74ce7 commit 06893ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/models/groupsnooze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def test_user_counts_no_cache(self, group=None):
155155
real_count = group.count_users_seen(
156156
referrer=Referrer.TAGSTORE_GET_GROUPS_USER_COUNTS_GROUP_SNOOZE.value
157157
)
158-
return real_count < threshold
158+
return real_count <= threshold
159159

160160
def test_user_counts_w_cache(self, group=None):
161161
metrics.incr("groupsnooze.test_user_counts")

0 commit comments

Comments
 (0)