We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c9c11 commit 8a874c2Copy full SHA for 8a874c2
1 file changed
backend/visualization/tests/test_field_stats.py
@@ -21,7 +21,7 @@ def test_report(small_mock_corpus, es_client, index_small_mock_corpus, small_moc
21
'genre': 1.0,
22
}
23
24
-def test_cardinality(small_mock_corpus):
+def test_cardinality(small_mock_corpus, es_client, index_small_mock_corpus, small_mock_corpus_specs):
25
report = report_cardinality(small_mock_corpus)
26
assert report == {
27
'date': 0,
0 commit comments