Skip to content

Commit

Permalink
add test_grpc_util
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhu-kth committed Jul 16, 2024
1 parent cf8a3e3 commit ee29b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation-system/libs/csle-common/tests/test_grpc_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_grpc_server_on(self, mock_channel_ready_future) -> None:
@patch("grpc.channel_ready_future")
def test_grpc_server_on_timeout(self, mock_channel_ready_future) -> None:
"""
Test utility function to test if a given gRPC channel is working or not
Test utility function to test if a given gRPC channel is not working
:param mock_channel_ready_future: mock_channel_ready_future
Expand Down

0 comments on commit ee29b23

Please sign in to comment.