|
11 | 11 | from haystack.document_stores.errors import MissingDocumentError |
12 | 12 | from haystack.document_stores.types import DuplicatePolicy |
13 | 13 | from haystack.testing.document_store import ( |
14 | | - DocumentStoreBaseExtendedTests, |
15 | 14 | CountDocumentsByFilterTest, |
16 | 15 | CountUniqueMetadataByFilterTest, |
17 | | - GetMetadataFieldsInfoTest, |
| 16 | + DocumentStoreBaseExtendedTests, |
18 | 17 | GetMetadataFieldMinMaxTest, |
19 | | - GetMetadataFieldUniqueValuesTest |
| 18 | + GetMetadataFieldsInfoTest, |
| 19 | + GetMetadataFieldUniqueValuesTest, |
20 | 20 | ) |
21 | 21 |
|
22 | | - |
23 | 22 | from haystack_integrations.document_stores.astra import AstraDocumentStore |
24 | 23 |
|
25 | 24 |
|
@@ -149,7 +148,7 @@ class TestDocumentStore( |
149 | 148 | CountUniqueMetadataByFilterTest, |
150 | 149 | GetMetadataFieldsInfoTest, |
151 | 150 | GetMetadataFieldMinMaxTest, |
152 | | - GetMetadataFieldUniqueValuesTest |
| 151 | + GetMetadataFieldUniqueValuesTest, |
153 | 152 | ): |
154 | 153 | """ |
155 | 154 | Common test cases will be provided by `DocumentStoreBaseExtendedTests` but |
|
0 commit comments