Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Mar 13, 2024
1 parent 3889dc2 commit ad55fcc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integrations/pgvector/tests/test_document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ def test_write_dataframe(self, document_store: PgvectorDocumentStore):
assert retrieved_docs == docs


<<<<<<< HEAD
def test_init(patches_for_unit_tests, monkeypatch): # noqa: ARG001 patches are not explicitly called but necessary
=======
@pytest.mark.usefixtures("patches_for_unit_tests")
def test_init(monkeypatch):
>>>>>>> main
monkeypatch.setenv("PG_CONN_STR", "some_connection_string")

document_store = PgvectorDocumentStore(
Expand Down

0 comments on commit ad55fcc

Please sign in to comment.