diff --git a/iwf/tests/test_internal_channel_with_no_prefix_channel.py b/iwf/tests/test_internal_channel_with_no_prefix_channel.py index 746372d..cce4752 100644 --- a/iwf/tests/test_internal_channel_with_no_prefix_channel.py +++ b/iwf/tests/test_internal_channel_with_no_prefix_channel.py @@ -105,7 +105,7 @@ def get_communication_schema(self) -> CommunicationSchema: client = Client(registry) -class TestConditionalTimeout(unittest.TestCase): +class TestInternalChannelWithNoPrefix(unittest.TestCase): def test_internal_channel_workflow_with_no_prefix_channel(self): wf_id = f"{inspect.currentframe().f_code.co_name}-{time.time_ns()}"