Skip to content

Commit 8a57d3a

Browse files
committed
try changing path
1 parent 1ae86a0 commit 8a57d3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_typing.py

+1
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ def test_typi002_typing_compliance(
340340
typing_module, prelayout, layout, callback_return, assertions, tmp_path
341341
):
342342
codefile = os.path.join(tmp_path, "code.py")
343+
os.chdir(tmp_path)
343344
code = format_template_and_save(
344345
basic_app_template, codefile, prelayout, layout, callback_return
345346
)

0 commit comments

Comments
 (0)