Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading