File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -551,19 +551,19 @@ class SubscribeViews(Smoketest):
551551}
552552"""
553553
554- def _test_subscribing_with_different_identities (self ):
554+ def test_subscribing_with_different_identities (self ):
555555 """Tests different clients subscribing to a client-specific view"""
556556
557557 # Insert an identity for Alice
558558 self .call ("insert_player" , "Alice" )
559559
560- # Generate and insert a new identity for Bob
560+ # Generate a new identity for Bob
561561 self .reset_config ()
562562 self .new_identity ()
563- self .call ("insert_player" , "Bob" )
564563
565564 # Subscribe to `my_player` as Bob
566- sub = self .subscribe ("select * from my_player" , n = 0 )
565+ sub = self .subscribe ("select * from my_player" , n = 1 )
566+ self .call ("insert_player" , "Bob" )
567567 events = sub ()
568568
569569 # Project out the identity field.
You can’t perform that action at this time.
0 commit comments