From a5001c34b333860a27d352055f55170c82459c2a Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Mon, 22 Jul 2024 21:41:32 +0530 Subject: [PATCH] Added missing test template for presence sync --- ably/realtime_presence_integration_test.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ably/realtime_presence_integration_test.go b/ably/realtime_presence_integration_test.go index d27638fcd..6d496ed19 100644 --- a/ably/realtime_presence_integration_test.go +++ b/ably/realtime_presence_integration_test.go @@ -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() {