Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jan 24, 2024
1 parent 21c6db3 commit a151428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/test_resources_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def source():
elif resource_mode in ["second_async"]:
assert execution_order == ["one", "one", "one", "two", "two", "two"]
else:
assert False, "Should not reach here"
raise AssertionError("Unknown combination")


def test_limit_async_resource() -> None:
Expand Down

0 comments on commit a151428

Please sign in to comment.