Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
Former-commit-id: 7ce0170
  • Loading branch information
chreman committed Jan 26, 2021
1 parent 7a497ea commit f01d558
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/workers/tests/test_metadata_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
lambda x: isinstance(x, str), "Not a string.")]),
Column('relevance', [CustomElementValidation(
lambda x: isinstance(x, int), "Not an integer.")]),
Column('lang_detected', [CustomElementValidation(
lambda x: isinstance(x, str), "Not a string.")]),
Column('cluster_labels', [CustomElementValidation(
lambda x: isinstance(x, str), "Not a string.")]),
Column('x', [CustomElementValidation(
Expand Down

0 comments on commit f01d558

Please sign in to comment.