Skip to content

Commit

Permalink
chore: Adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Nov 7, 2024
1 parent cccee69 commit 2ff6607
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions argilla/tests/unit/test_settings/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_create_metadata_terms(self, options: list):
"name": "metadata",
"settings": {"type": "terms", "values": options, "visible_for_annotators": True},
"title": "A metadata property",
"type": "terms",
"visible_for_annotators": True,
"inserted_at": None,
"updated_at": None,
Expand All @@ -59,7 +58,6 @@ def test_create_terms_metadata_without_options(self):
"name": "metadata",
"title": "metadata",
"settings": {"type": "terms", "values": None, "visible_for_annotators": True},
"type": "terms",
"visible_for_annotators": True,
"inserted_at": None,
"updated_at": None,
Expand Down

0 comments on commit 2ff6607

Please sign in to comment.