Skip to content

Commit

Permalink
drop collection after testing
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Aug 13, 2024
1 parent b1bd6e2 commit fc75924
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/grpc/Collection.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ describe(`Collection API`, () => {
formatKeyValueData(describe.properties, ['mmap.enabled'])['mmap.enabled']
)
).toEqual(true);

// drop collection
await milvusClient.dropCollection({
collection_name: COLLECTION_WITH_PROPERTY,
});
});

it(`Should get pk fieldname successfully`, async () => {
Expand Down

0 comments on commit fc75924

Please sign in to comment.