Skip to content

Commit

Permalink
missing arg
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jun 26, 2024
1 parent ecab712 commit 8e75104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jani_generator/test/test_systemtest_scxml_to_jani.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ def test_example_with_sync(self):
jani_model = convert_multiple_scxmls_to_jani([
scxml_battery_drainer,
scxml_battery_manager],
[]
[],
0
)
jani_dict = jani_model.as_dict()
# pprint(jani_dict)
Expand Down

0 comments on commit 8e75104

Please sign in to comment.