Skip to content

Commit d713aa8

Browse files
authored
Update test_imports.py
1 parent cb896c7 commit d713aa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit_tests/test_imports.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
"PGVectorStore",
1010
"PGVectorTranslator",
1111
"PostgresChatMessageHistory",
12+
"PGChatMessageHistory",
1213
]
1314

1415

1516
def test_all_imports() -> None:
1617
"""Test that __all__ is correctly defined."""
1718
assert sorted(EXPECTED_ALL) == sorted(__all__)
19+
,

0 commit comments

Comments
 (0)