Skip to content

Commit

Permalink
Fix table ids
Browse files Browse the repository at this point in the history
  • Loading branch information
plutasnyy committed Oct 31, 2024
1 parent f23d3f0 commit a62a5c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def test_parsed_ontology_can_be_serialized_from_html(html_file_path, json_file_p
assert len(expected_json_elements) == len(predicted_elements)

for i in range(len(expected_json_elements)):
assert expected_json_elements[i] == expected_json_elements[i]
assert expected_json_elements[i] == predicted_elements[i]


def test_inline_elements_are_squeezed():
Expand Down
Loading

0 comments on commit a62a5c9

Please sign in to comment.