Skip to content

Commit

Permalink
IWF-397: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolczynski committed Dec 6, 2024
1 parent 23f36f2 commit 1b9f183
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iwf/tests/test_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,7 @@ def test_signal_channel_size(self):
self.client.signal_workflow(wf_id, test_idle_channel_none)
self.client.signal_workflow(wf_id, test_idle_channel_none)
self.client.signal_workflow(wf_id, test_idle_channel_none)
res = self.client.invoke_rpc(wf_id, WaitSignalWorkflow.get_idle_signal_channel_size)
res = self.client.invoke_rpc(
wf_id, WaitSignalWorkflow.get_idle_signal_channel_size
)
assert res == 3

0 comments on commit 1b9f183

Please sign in to comment.