Skip to content

Commit a3a0ce6

Browse files
committed
Ensure collection is deleted from WCD
1 parent 86fc87a commit a3a0ce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/collections/journey.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ describe('Journey testing of the client using a WCD cluster', () => {
1212
dateOfBirth: Date;
1313
};
1414

15+
afterAll(() => client.collections.delete(collectionName));
16+
1517
beforeAll(async () => {
1618
client = await weaviate.connectToWeaviateCloud(
1719
'https://piblpmmdsiknacjnm1ltla.c1.europe-west3.gcp.weaviate.cloud',

0 commit comments

Comments
 (0)