Skip to content

Commit 9d8eadf

Browse files
committed
fix f-string braces in test source
1 parent 9ecacc1 commit 9d8eadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_run_jl_script( # noqa: PLR0913
5757
suffix="{suffix}",
5858
project="{ROOT.as_posix()}",
5959
)
60-
@pytask.task(kwargs={"depends_on": {depends_on}}, produces="out.txt")
60+
@pytask.task(kwargs={{"depends_on": {depends_on}}}, produces="out.txt")
6161
def task_run_jl_script():
6262
pass
6363
"""

0 commit comments

Comments
 (0)