Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Nov 20, 2024
1 parent 84e464b commit 6ccf887
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@
" ReadWriteTestSuite,\n",
")\n",
"\n",
"\n",
"class TestSync(ReadWriteTestSuite):\n",
" @pytest.fixture()\n",
" def vectorstore(self) -> Generator[VectorStore, None, None]: # type: ignore\n",
Expand All @@ -432,7 +433,7 @@
" yield store\n",
" finally:\n",
" # cleanup operations, or deleting data\n",
" pass\n"
" pass"
]
},
{
Expand Down

0 comments on commit 6ccf887

Please sign in to comment.