Skip to content

Commit

Permalink
Added missing test template for presence sync
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jul 22, 2024
1 parent b742bd5 commit a5001c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ably/realtime_presence_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ func TestRealtimePresence_EnsureChannelIsAttached(t *testing.T) {
assert.NoError(t, err)
}

func TestRealtimePresence_Presence_Sync(t *testing.T) {

}

func TestRealtimePresence_Server_Synthesized_Event(t *testing.T) {

}

// When a client is created with a ClientID, Enter is used to announce the client's presence.
// This example shows Client A entering their presence.
func ExampleRealtimePresence_Enter() {
Expand Down

0 comments on commit a5001c3

Please sign in to comment.