update fixture
This commit is contained in:
parent
df88ae99ba
commit
ad7ed4cb3b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ def working_directory() -> str:
|
||||||
"""
|
"""
|
||||||
with tempfile.TemporaryDirectory() as temp_dir:
|
with tempfile.TemporaryDirectory() as temp_dir:
|
||||||
|
|
||||||
def _assert_working_directory_empty(self, is_error: bool):
|
def _assert_working_directory_empty(self, is_error: bool = False):
|
||||||
files = [str(file_path) for file_path in _get_files_in_directory(temp_dir)]
|
files = [str(file_path) for file_path in _get_files_in_directory(temp_dir)]
|
||||||
num_files = len(files)
|
num_files = len(files)
|
||||||
shutil.rmtree(temp_dir)
|
shutil.rmtree(temp_dir)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue