Skip to content

Commit 8213512

Browse files
committed
Lint
1 parent e610386 commit 8213512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/durabletask/test_batch_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ def test_get_all_orchestration_states():
2424
c.wait_for_orchestration_completion(id, timeout=30)
2525

2626
with pytest.raises(_InactiveRpcError) as exec_info:
27-
all_orchestrations = c.get_all_orchestration_states()
27+
c.get_all_orchestration_states()
2828
assert "unimplemented" in str(exec_info.value)

0 commit comments

Comments
 (0)