mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
test
This commit is contained in:
7
templates/pirate-speak/tests/test_import.py
Normal file
7
templates/pirate-speak/tests/test_import.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from langchain_core.runnables import Runnable
|
||||
|
||||
|
||||
def test_import() -> None:
|
||||
from pirate_speak.chain import chain
|
||||
|
||||
assert isinstance(chain, Runnable)
|
||||
Reference in New Issue
Block a user