Skip to content

Commit

Permalink
release-prep
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericBlum committed Jul 24, 2024
1 parent 218c4db commit 8c69e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def test_valid(cldf_dataset, cldf_logger):


def test_forms(cldf_dataset):
assert len(list(cldf_dataset["FormTable"])) == 21967
assert len(list(cldf_dataset["FormTable"])) == 22011
assert any(f["Form"] == "tɑ³⁵pʐɑ³⁵n̥e³⁵" for f in cldf_dataset["FormTable"])
assert any(f["Form"] == "vɛ⁵⁵" for f in cldf_dataset["FormTable"])

Expand Down

0 comments on commit 8c69e01

Please sign in to comment.