Skip to content

Commit

Permalink
fix: posix path stem getter
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jul 2, 2024
1 parent 0f327f7 commit f66df81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ async def test_workflow_completes_and_correct(
@pytest.mark.parametrize(
"dsl",
[DATA_PATH / "stress_adder_tree.yml"],
ids=lambda x: x.split("/")[-1].split(".")[0],
ids=lambda path: path.stem,
indirect=True,
)
@pytest.mark.parametrize(
Expand Down

0 comments on commit f66df81

Please sign in to comment.