Skip to content

Commit

Permalink
Update property name in test of grid_world
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Lampacrescia <[email protected]>
  • Loading branch information
MarcoLm993 committed Dec 10, 2024
1 parent 09f5a56 commit 8736824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jani_generator/test_systemtest_scxml_to_jani.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def test_grid_robot_blackboard(self):
self._test_with_main(
"grid_robot_blackboard",
model_xml="main.xml",
property_name="tree_success",
property_name="at_goal",
success=True,
)

Expand Down

0 comments on commit 8736824

Please sign in to comment.