git » sdk » commit 450bd3a

This event hook not on CPP yet

author Stephen Paul Weber
2026-07-13 17:07:59 UTC
committer Stephen Paul Weber
2026-07-13 17:07:59 UTC
parent b868392a93d539c8ba075d75558b3734363a5e8e

This event hook not on CPP yet

test/TestClient.hx +2 -0

diff --git a/test/TestClient.hx b/test/TestClient.hx
index 66a9202..993562d 100644
--- a/test/TestClient.hx
+++ b/test/TestClient.hx
@@ -385,6 +385,7 @@ class TestClient extends utest.Test {
 		Assert.isNull(client.getChat("room@example.com"));
 	}
 
+#if !cpp
 	public function testKnownChatChatStateEmits(async: Async) {
 		final persistence = new Dummy();
 		final client = new Client("test@example.com", persistence);
@@ -403,6 +404,7 @@ class TestClient extends utest.Test {
 				.tag("composing", { xmlns: "http://jabber.org/protocol/chatstates" })
 		);
 	}
+#end
 
 	public function testEmptyAccountId() {
 		final persistence = new Dummy();