Skip to content

Commit

Permalink
🐛 remove mkdir templates in test
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jun 20, 2024
1 parent 89ff2d6 commit cc02853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ozi_fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ def test_Rewriter_bad_project__iadd__file_from_template( # noqa: N802, DC102, R
fix=fix,
env=env,
)
pathlib.Path(bad_project / 'templates').mkdir() # pyright: ignore
pathlib.Path(bad_project / 'templates' / 'foo.py').touch() # pyright: ignore
pathlib.Path(bad_project / 'templates' / 'source').mkdir() # pyright: ignore
pathlib.Path(bad_project / 'templates' / 'source' / 'foo.py').touch() # pyright: ignore
Expand Down

0 comments on commit cc02853

Please sign in to comment.