Skip to content

Commit

Permalink
Update old test case to use newer assert
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Jul 13, 2022
1 parent f23160a commit 6ac0160
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/integration/prepare/test_prepare_sentinel_l1.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,7 @@ def test_run_multigranule(tmp_path: Path):
assert res.exit_code == 0, res.output

# There should still be no sibling files in the input directory -- we're using an output folder.
assert (
len(list(ESA_MULTIGRANULE_DATASET.parent.iterdir())) == 1
), "Input directory should not get any new files"
check_input_dir_normal()

dataset_name = (
"S2A_OPER_PRD_MSIL1C_PDMC_20161213T162432_R088_V20151007T012016_20151007T012016"
Expand Down

0 comments on commit 6ac0160

Please sign in to comment.