Skip to content

Commit

Permalink
Adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Jan 12, 2024
1 parent 2a02a87 commit 18c5637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/osa/scripts/tests/test_osa_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ def test_simulate_processing(
with open(json_file_dl1) as file:
dl1 = yaml.safe_load(file)
assert len(dl1["entity"]) == 19
assert len(dl1["activity"]) == 4
assert len(dl1["used"]) == 13
assert len(dl1["wasGeneratedBy"]) == 7
assert len(dl1["activity"]) == 5
assert len(dl1["used"]) == 15
assert len(dl1["wasGeneratedBy"]) == 10

with open(json_file_dl2) as file:
dl2 = yaml.safe_load(file)
Expand Down

0 comments on commit 18c5637

Please sign in to comment.