From 1dd26b24b1001d6b530c43abea580c55fa2f4818 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Tue, 18 Feb 2025 16:13:11 -0300 Subject: [PATCH] Add spec point comments for wrapper SDK proxy client Resolves #220. --- Tests/AblyChatTests/DefaultChatClientTests.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/AblyChatTests/DefaultChatClientTests.swift b/Tests/AblyChatTests/DefaultChatClientTests.swift index c50bf4c..fd048e8 100644 --- a/Tests/AblyChatTests/DefaultChatClientTests.swift +++ b/Tests/AblyChatTests/DefaultChatClientTests.swift @@ -26,6 +26,8 @@ struct DefaultChatClientTests { #expect(client.realtime === realtime) } + // @spec CHA-IN1a + // @spec CHA-IN1b @Test func createsWrapperSDKProxyRealtimeClientWithAgents() throws { let realtime = MockRealtime(createWrapperSDKProxyReturnValue: .init()) @@ -35,6 +37,7 @@ struct DefaultChatClientTests { #expect(realtime.createWrapperSDKProxyOptionsArgument?.agents == ["chat-swift": AblyChat.version]) } + // @spec CHA-IN1d @Test func rooms() throws { // Given: An instance of DefaultChatClient