Skip to content

Commit

Permalink
polished autotests
Browse files Browse the repository at this point in the history
  • Loading branch information
Membrizard committed Oct 28, 2022
1 parent ccd8898 commit 33ff4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_process/test_save_load_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def test_save_load_process():

process.membrane_path = Path("tests/default_membranes/Pervap_4101")

safe_list = [True, False]
truth_list = [True, False]

for is_safe in safe_list:
for is_safe in truth_list:
process.save(process.membrane_path, is_safe)
results_path = process.membrane_path / "results"
process_path = list(
Expand Down

0 comments on commit 33ff4b0

Please sign in to comment.