Skip to content

Commit

Permalink
Merge branch 'eugene/meow' of github.com:langchain-ai/langchain-postg…
Browse files Browse the repository at this point in the history
…res into eugene/meow
  • Loading branch information
eyurtsev committed Apr 9, 2024
2 parents a1b4a5a + d4e04a0 commit f86f8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_vectorstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def get_vectorstore() -> Generator[PGVector, None, None]:
store.drop_tables()


@pytest.mark.parametrize("test_filter, expected_ids", TYPE_1_FILTERING_TEST_CASES[:1])
@pytest.mark.parametrize("test_filter, expected_ids", TYPE_1_FILTERING_TEST_CASES)
def test_pgvector_with_with_metadata_filters_1(
test_filter: Dict[str, Any],
expected_ids: List[int],
Expand Down

0 comments on commit f86f8a5

Please sign in to comment.