Skip to content

Commit 26461f9

Browse files
committed
fixed unit test
1 parent 6da3b4f commit 26461f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/extractors.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ describe("extractors", () => {
315315
"Enrich the original JSON object with information from the context"
316316
);
317317
expect(prompt).toContain(
318-
"Fill additional fields based on relevant information in the context"
318+
"Only update existing fields and fill in additional fields if new and relevant information is available in the context"
319319
);
320320
expect(prompt).toContain(
321321
"Return only the structured data in valid JSON format"

0 commit comments

Comments
 (0)