Skip to content

Commit bb14562

Browse files
committed
Fix verb test.
1 parent baa3129 commit bb14562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/verbs/test_create_base_text_units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async def test_create_base_text_units_metadata_included_in_chunk():
5050

5151
context = await create_test_context()
5252

53-
config = GraphRagConfig({"models": DEFAULT_MODEL_CONFIG}) # type: ignore
53+
config = GraphRagConfig(models=DEFAULT_MODEL_CONFIG) # type: ignore
5454
config.input.metadata = ["title"]
5555
config.chunks.prepend_metadata = True
5656
config.chunks.chunk_size_includes_metadata = True

0 commit comments

Comments
 (0)