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 ee59684 commit 2a02a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osa/scripts/tests/test_osa_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_simulate_processing(

with open(json_file_dl1) as file:
dl1 = yaml.safe_load(file)
assert len(dl1["entity"]) == 16
assert len(dl1["entity"]) == 19
assert len(dl1["activity"]) == 4
assert len(dl1["used"]) == 13
assert len(dl1["wasGeneratedBy"]) == 7
Expand Down

0 comments on commit 2a02a87

Please sign in to comment.