Skip to content

Commit

Permalink
add test for loadCollectionAsync
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Aug 20, 2024
1 parent 96c69d9 commit 2d4f355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grpc/Collection.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ describe(`Collection API`, () => {
await milvusClient.releaseCollection({
collection_name: LOAD_COLLECTION_NAME,
});
const res = await milvusClient.loadCollection({
const res = await milvusClient.loadCollectionAsync({
collection_name: LOAD_COLLECTION_NAME,
});
expect(res.error_code).toEqual(ErrorCode.SUCCESS);
Expand Down

0 comments on commit 2d4f355

Please sign in to comment.