Skip to content

Commit

Permalink
Return promise from beforeAll to make it block
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith023 committed Jun 3, 2024
1 parent 8c9b7c9 commit 49af6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/journey.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('Journey testing of the client using a WCD cluster', () => {
authCredentials: 'NOg5AliYnrN6z7dZDuGv7SLVKhTabAaSTKS7',
}
);
await client.collections.delete(collectionName);
return client.collections.delete(collectionName);
});

it('should create the correct config for a collection with vectorizer, generative, and reranker modules', () => {
Expand Down

0 comments on commit 49af6de

Please sign in to comment.