Skip to content

Commit

Permalink
Fix test (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Aug 21, 2024
1 parent 6030647 commit 03b664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_entity_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_entity_helper() -> None:
for ed in edt:
add_parameter(ed, params, platform)

assert len(params) == 5
assert len(params) == 6


def add_parameter(ed, params, platform):
Expand Down

0 comments on commit 03b664d

Please sign in to comment.