Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Nov 18, 2024
1 parent 6e8e114 commit ecfe1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grpc/FullTextSearch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe(`Full text search API`, () => {
it(`Insert data with function field should success`, async () => {
const data = generateInsertData(
[...createCollectionParams.fields, ...dynamicFields],
10
500
);

const insert = await milvusClient.insert({
Expand Down

0 comments on commit ecfe1ce

Please sign in to comment.