Skip to content

Commit 6da3b4f

Browse files
committed
fix unit test
1 parent 399455a commit 6da3b4f

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
@@ -306,7 +306,7 @@ describe("extractors", () => {
306306
expect(prompt).toContain("Context information is below:");
307307
expect(prompt).toContain("Format: markdown");
308308
expect(prompt).toContain("Some markdown content");
309-
expect(prompt).toContain("Format: JSON");
309+
expect(prompt).toContain("Original JSON object");
310310
expect(prompt).toContain(JSON.stringify(dataToEnrich, null, 2));
311311
expect(prompt).toContain(
312312
"You are a data extraction assistant that extracts structured information from the above context in markdown and JSON"

0 commit comments

Comments
 (0)