Skip to content

Commit

Permalink
fix: not convinced by those tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Jul 27, 2024
1 parent 228e77e commit 8e778db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EMS/common-bundle/tests/Unit/Helper/EmsFieldsAiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ public function constantsProvider(): array
['CONTENT_FILE_HASH_FIELD', 'sha1'],
['CONTENT_FILE_SIZE_FIELD', 'filesize'],
['CONTENT_FILE_NAME_FIELD', 'filename'],
['CONTENT_MIME_TYPE_FIELD_', '_mime_type'],
['CONTENT_MIME_TYPE_FIELD_', '_type'],
['CONTENT_FILE_HASH_FIELD_', '_hash'],
['CONTENT_FILE_ALGO_FIELD_', '_algo'],
['CONTENT_FILE_SIZE_FIELD_', '_file_size'],
['CONTENT_FILE_NAME_FIELD_', '_filename'],
['CONTENT_FILE_NAMES', '_file_names'],
['CONTENT_FILE_SIZE_FIELD_', '_size'],
['CONTENT_FILE_NAME_FIELD_', '_name'],
['CONTENT_FILE_ALGO_FIELD_', '_algo'],
['CONTENT_FILE_CONTENT', '_content'],
['CONTENT_FILE_LANGUAGE', '_language'],
['CONTENT_FILE_DATE', '_date'],
Expand Down

0 comments on commit 8e778db

Please sign in to comment.