Skip to content

Commit

Permalink
fixed test_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszOssGit committed Oct 17, 2024
1 parent a84ddb5 commit eefce98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ibm/tests/unit_tests/test_imports.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from langchain_ibm import __all__

EXPECTED_ALL = ["WatsonxLLM", "WatsonxEmbeddings", "ChatWatsonx"]
EXPECTED_ALL = ["WatsonxLLM", "WatsonxEmbeddings", "ChatWatsonx", "WatsonxRerank"]


def test_all_imports() -> None:
Expand Down

0 comments on commit eefce98

Please sign in to comment.