Skip to content

Commit

Permalink
IWF-357: Change class name
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolczynski committed Jan 3, 2025
1 parent 546730d commit c5df9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iwf/tests/test_internal_channel_with_no_prefix_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()}"

Expand Down

0 comments on commit c5df9ca

Please sign in to comment.