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 0da61b3 commit b577a77Copy full SHA for b577a77
1 file changed
smoketests/tests/views.py
@@ -458,7 +458,7 @@ def test_subscribing_with_different_identities(self):
458
self.call("insert_player", "Bob")
459
460
# Subscribe to `my_player` as Bob
461
- sub = self.subscribe("select * from my_player")
+ sub = self.subscribe("select * from my_player", n = 0)
462
events = sub()
463
464
# Project out the identity field.
0 commit comments