mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-02 01:46:19 +00:00
10 lines
350 B
YAML
10 lines
350 B
YAML
---
|
|
|
|
fixes:
|
|
- |
|
|
The `test_comparison_in` test case in the base document store tests used to
|
|
always pass, no matter how the `in` filtering logic was implemented in
|
|
document stores. With the fix, the `in` logic is actually tested. Some tests
|
|
might start to fail for document stores that don't implement the `in` filter
|
|
correctly.
|