Skip to content

Commit

Permalink
a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jun 25, 2024
1 parent e643815 commit 935fadf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jani_generator/test/test_systemtest_scxml_to_jani.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def test_example_with_sync(self):
ground_truth = json.load(f)
self.maxDiff = None
self.assertEqual(jani_dict, ground_truth)
# TODO: Can't test this in storm right now, because it has no properties.
if os.path.exists(TEST_FILE):
os.remove(TEST_FILE)

Expand Down

0 comments on commit 935fadf

Please sign in to comment.