mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-11 20:24:41 +00:00
fix(tests): update test for Transport's announce handler registration count
This commit is contained in:
@@ -151,7 +151,7 @@ def test_reticulum_meshchat_init(mock_rns, temp_dir):
|
||||
mock_rns["LXMRouter"].assert_called_once()
|
||||
|
||||
# Verify Announce Handlers registration
|
||||
assert mock_rns["Transport"].register_announce_handler.call_count == 4
|
||||
assert mock_rns["Transport"].register_announce_handler.call_count == 5
|
||||
|
||||
app.teardown_identity()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user