Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Nov 21, 2024
1 parent 5f8cb71 commit de0e8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iwf/tests/test_conditional_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def wait_until(
)
else:
return CommandRequest.for_all_command_completed(
InternalChannelCommand.by_name(test_signal_channel),
InternalChannelCommand.by_name(test_internal_channel),
)

def execute(
Expand Down

0 comments on commit de0e8af

Please sign in to comment.