Skip to content

Commit e387fed

Browse files
committed
Fix names in tests
1 parent 27aeca9 commit e387fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/collections/config/integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ describe('Testing of the collection.config namespace', () => {
882882
requireAtLeast(1, 32, 0).it(
883883
'should be able to create a collection with RQ quantizer bits=8 option',
884884
async () => {
885-
const collectionName = 'TestCollectionRQQuantizerBits';
885+
const collectionName = 'TestCollectionRQQuantizer8Bits';
886886
const collection = await client.collections.create({
887887
name: collectionName,
888888
vectorizers: weaviate.configure.vectors.selfProvided({
@@ -903,7 +903,7 @@ describe('Testing of the collection.config namespace', () => {
903903
requireAtLeast(1, 33, 0).it(
904904
'should be able to create a collection with RQ quantizer bits=1 option',
905905
async () => {
906-
const collectionName = 'TestCollectionRQQuantizerBits';
906+
const collectionName = 'TestCollectionRQQuantizer1Bits';
907907
const collection = await client.collections.create({
908908
name: collectionName,
909909
vectorizers: weaviate.configure.vectors.selfProvided({

0 commit comments

Comments
 (0)