Skip to content

Commit

Permalink
update create_app
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Oct 29, 2023
1 parent 3b2313c commit ff0ee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_create_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_create_folder(mocker):
overwrite=True,
)

cli.pathlib.Path.mkdir.called_once_with(
cli.pathlib.Path.mkdir.assert_called_once_with(
parents=True,
exist_ok=True,
)
Expand Down

0 comments on commit ff0ee12

Please sign in to comment.