Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Jul 16, 2024
1 parent 32d006a commit 686bbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_control_plane_connections():
assert len(channels) == 1
# ... and one callback function for this channel
channel_key = next(iter(channels))
assert len(channels[channel_key]) == 1
assert len(channels[channel_key].callbacks) == 1

intersect_service._control_plane_manager.remove_subscription_channel(channel_key)
assert len(intersect_service._control_plane_manager.get_subscription_channels()) == 0
Expand Down

0 comments on commit 686bbe0

Please sign in to comment.