Skip to content

Commit

Permalink
remove vectors_count from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Apr 22, 2024
1 parent 4371c6f commit 0051895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ describe('QdrantClient', () => {
test('retrieve all points', async () => {
const result = (await client.api('collections').get({collectionName})).result!;
expect(result.toJson(), 'check failed - 7 points expected').toMatchObject({
vectorsCount: '7',
pointsCount: '7',
});
});

Expand Down

0 comments on commit 0051895

Please sign in to comment.