Skip to content

Commit

Permalink
chore: rename test case, and correct pipeline type
Browse files Browse the repository at this point in the history
  • Loading branch information
paopa committed Jan 10, 2025
1 parent 254c180 commit c79f907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wren-ai-service/src/pipelines/indexing/sql_pairs.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def boilerplates(

@observe(capture_input=False)
def sql_pairs(
boilerplates: List[str],
boilerplates: Set[str],
external_pairs: Dict[str, Any],
) -> List[SqlPair]:
return [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def test_sql_pairs_indexing_saving_to_document_store():


@pytest.mark.asyncio
async def test_sql_pairs_preparation_saving_to_document_store_with_multiple_project_ids():
async def test_sql_pairs_indexing_saving_to_document_store_with_multiple_project_ids():
pipe_components = generate_components(settings.components)
document_store_provider: DocumentStoreProvider = pipe_components[
"sql_pairs_indexing"
Expand Down

0 comments on commit c79f907

Please sign in to comment.