Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 9c4686f

Browse files
chore: updated tests
Signed-off-by: Adithya Krishna <[email protected]>
1 parent f9d58fd commit 9c4686f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ test("searchIndex", async () => {
128128
await client.addDocuments(extractionGraphName, [
129129
{ text: "This is a test1", labels: { source: "test" } },
130130
{ text: "This is a test2", labels: { source: "test" } },
131-
]);
131+
], '123');
132132

133133
await new Promise((r) => setTimeout(r, 10000));
134134

0 commit comments

Comments
 (0)