Skip to content

Commit

Permalink
fix aggregate test
Browse files Browse the repository at this point in the history
  • Loading branch information
robredpath committed Oct 7, 2020
1 parent 3300ebc commit 0cfaa75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/lib/test_common_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'unique_buyers_name_no_id': [],
'unique_currency': [],
'unique_initation_type': [],
'unique_item_ids_count': 0,
'unique_lang': [],
'unique_ocids': [],
'unique_org_count': 0,
Expand Down Expand Up @@ -122,6 +123,7 @@
'unique_buyers_name_no_id': [],
'unique_currency': ['EUR', 'GBP', 'USD', 'YEN'],
'unique_initation_type': ['tender'],
'unique_item_ids_count': 2,
'unique_lang': ['English'],
'unique_ocids': ['1'],
'unique_org_count': 4,
Expand Down Expand Up @@ -175,6 +177,7 @@
'tender_item_count': 770,
'tender_milestones_doc_count': 1163,
'unique_buyers_count': 169,
'unique_item_ids_count': 4698,
'unique_org_count': 1339,
'unique_org_identifier_count': 625,
'unique_org_name_count': 714,
Expand Down

0 comments on commit 0cfaa75

Please sign in to comment.