Skip to content

Commit

Permalink
[Exporter] update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
techfreaque committed Sep 13, 2022
1 parent 4676fb1 commit e02f471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api/test_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ async def test_create_tentacles_package_in_previous_dir(install_tentacles):
in_zip=True,
use_package_as_file_name=True) == 0
assert os.path.exists(expected_file_path)
os.remove(expected_file_path)
# os.remove(expected_file_path)

# with default output_dir
file_path: str = "../test2.zip"
Expand All @@ -253,7 +253,7 @@ async def test_create_tentacles_package_in_previous_dir(install_tentacles):
in_zip=True,
use_package_as_file_name=True) == 0
assert os.path.exists(expected_file_path)
os.remove(expected_file_path)
# os.remove(expected_file_path)


def assert_directory_has_file_with_content(directory_to_check, expected_file, expected_content):
Expand Down

0 comments on commit e02f471

Please sign in to comment.