We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e01da commit edc11b2Copy full SHA for edc11b2
src/collections/query/integration.test.ts
@@ -896,7 +896,7 @@ describe('Testing of the collection.query methods with a collection with a multi
896
targetVector: collection.multiTargetVector.sum(['title', 'title2']),
897
});
898
899
- if (await client.getWeaviateVersion().then((ver) => ver.isLowerThan(1, 27, 0))) {
+ if (await client.getWeaviateVersion().then((ver) => ver.isLowerThan(1, 26, 0))) {
900
await expect(query()).rejects.toThrow(WeaviateUnsupportedFeatureError);
901
return;
902
}
0 commit comments