Skip to content

Commit

Permalink
Updated realtime presence test for checking 250 members
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Oct 23, 2023
1 parent 3059000 commit 1544ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ably/realtime_presence_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestRealtimePresence_Sync(t *testing.T) {
assert.NoError(t, err)
}

func TestRealtimePresence_Sync250(t *testing.T) {
func TestRealtimePresence_Sync250_RTP4(t *testing.T) {
app, client1 := ablytest.NewRealtime(nil...)
defer safeclose(t, ablytest.FullRealtimeCloser(client1), app)
client2 := app.NewRealtime(nil...)
Expand Down

0 comments on commit 1544ee4

Please sign in to comment.