Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsunkel committed Jun 14, 2024
1 parent cec83d5 commit c4cd37a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions datahub/search/company/test/test_opensearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ def test_get_basic_search_query():
'company_number',
'contact.name',
'contact.name.trigram',
'contacts.id',
'contacts.name',
'contacts.name.trigram',
'country.trigram',
Expand Down
1 change: 1 addition & 0 deletions datahub/search/contact/test/test_opensearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def test_get_basic_search_query():
'company_number',
'contact.name',
'contact.name.trigram',
'contacts.id',
'contacts.name',
'contacts.name.trigram',
'country.trigram',
Expand Down
1 change: 1 addition & 0 deletions datahub/search/investment/test/test_opensearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ def test_get_basic_search_query():
'company_number',
'contact.name',
'contact.name.trigram',
'contacts.id',
'contacts.name',
'contacts.name.trigram',
'country.trigram',
Expand Down

0 comments on commit c4cd37a

Please sign in to comment.