Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 3, 2020
1 parent 6a4e672 commit bd193c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_init_repo.py
Expand Up @@ -50,7 +50,8 @@ def test_init_repo(temp_empty_repo, demo_environment, file_regression, data_regr
assert (temp_empty_repo.path / "hello_world").is_dir()
check_file_output(
temp_empty_repo.path / "hello_world" / "__init__.py",
file_regression, extension=".init._py_",
file_regression,
extension=".init._py_",
)

assert (temp_empty_repo.path / "tests").is_dir()
Expand Down

0 comments on commit bd193c8

Please sign in to comment.