Skip to content

Commit

Permalink
Nobody needs that thest in this form.
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-paul-mueller committed Sep 13, 2024
1 parent 25616ae commit 24d97fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subtranslator_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def fake_add_translator(*args: Any, **kwargs: Any) -> None: # noqa: ARG001
def test_are_subtranslators_imported():
"""Tests if something is inside the list of subtranslators."""
# Must be adapted if new primitives are implemented.
assert len(get_registered_primitive_translators()) == 37
assert len(get_registered_primitive_translators()) > 0


@pytest.mark.usefixtures("no_builtin_translators")
Expand Down

0 comments on commit 24d97fb

Please sign in to comment.