Skip to content

Commit

Permalink
fixup! [a r] Index dataset description from Terra API (#5547)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Oct 30, 2023
1 parent 8529308 commit 1b1c403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/indexer/test_anvil.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_dataset_description(self):
self._index_bundle(bundle, delete=False)

hits = self._get_all_hits()
doc_counts = defaultdict(int)
doc_counts: dict[DocumentType, int] = defaultdict(int)
for hit in hits:
entity_type, doc_type = self._parse_index_name(hit)
doc_counts[doc_type] += 1
Expand Down

0 comments on commit 1b1c403

Please sign in to comment.