Skip to content

Commit

Permalink
field_min_details needs index
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan committed Nov 12, 2020
1 parent 02d568b commit fcf916c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tests/unit/test_schema_cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def test_field_defaults(self):
'level': 'extended',
'name': 'my_field',
'type': 'unknown',
'index': 'true',
}
# Note: unknown datatypes simply don't have defaults (for future proofing)
field_details = field_min_details.copy()
Expand Down

0 comments on commit fcf916c

Please sign in to comment.