Skip to content

Commit df74ce7

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

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
@@ -173,7 +173,7 @@ def test_user_counts_w_cache(self, group=None):
173173
referrer=Referrer.TAGSTORE_GET_GROUPS_USER_COUNTS_GROUP_SNOOZE.value
174174
)
175175
cache.set(cache_key, real_count, self.USER_COUNT_CACHE_TIMEOUT)
176-
return real_count < threshold
176+
return real_count <= threshold
177177

178178

179179
post_save.connect(

0 commit comments

Comments
 (0)