From 69988d7f6babb0470fd9a0e19abaf537afea3300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20H=C3=B8iby?= Date: Thu, 4 Jun 2026 14:37:35 +0200 Subject: [PATCH] test: tm_social-profile (topic rename) Co-Authored-By: Claude Opus 4.8 --- tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client.py b/tests/test_client.py index 83e40d1..2231b2c 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -37,7 +37,7 @@ def test_get_state_sync() -> None: assert isinstance(state, OverlayState) assert state.status == "ok" assert state.network == "main" - assert any(t.topic == "tm_peck-bio-profile" for t in state.topics) + assert any(t.topic == "tm_social-profile" for t in state.topics) # state-roots are 64-hex sha256 for t in state.topics: assert len(t.state_root) == 64