We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c23bde commit ac52247Copy full SHA for ac52247
1 file changed
test/server/test_presence_detection.py
@@ -87,6 +87,7 @@ def minimal_patches():
87
insertOnlineHistory=Mock(),
88
skip_repeated_notifications=Mock(),
89
update_unread_notifications_count=Mock(),
90
+ insert_events=Mock(),
91
):
92
yield
93
0 commit comments