Skip to content

Commit 8a874c2

Browse files
committed
'fix' test for cardinality (issue made about Github Actions env)
1 parent 58c9c11 commit 8a874c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/visualization/tests/test_field_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_report(small_mock_corpus, es_client, index_small_mock_corpus, small_moc
2121
'genre': 1.0,
2222
}
2323

24-
def test_cardinality(small_mock_corpus):
24+
def test_cardinality(small_mock_corpus, es_client, index_small_mock_corpus, small_mock_corpus_specs):
2525
report = report_cardinality(small_mock_corpus)
2626
assert report == {
2727
'date': 0,

0 commit comments

Comments
 (0)