Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kzamlynska committed Jan 16, 2025
1 parent 5efd81d commit a070a49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ async def test_store_no_table(mock_pgvector_store: PgVectorStore, mock_db_pool:
mock_create_table.assert_called_once()
assert mock_conn.execute.call_count == 2


@pytest.mark.asyncio
async def test_remove(mock_pgvector_store: PgVectorStore, mock_db_pool: tuple[MagicMock, AsyncMock]) -> None:
_, mock_conn = mock_db_pool
Expand Down

0 comments on commit a070a49

Please sign in to comment.