Skip to content

Commit d064f23

Browse files
committed
Add more tests
1 parent fc3276d commit d064f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Weaviate.Client.Tests/Integration/TestCollections.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public async Task Test_Collections_Export()
258258
Assert.Equal(100, config?.DynamicEfMin);
259259
Assert.Equal(-1, config?.Ef);
260260
Assert.Equal(128, config?.EfConstruction);
261-
if (ServerVersionIsInRange("0.0.0", "1.33.0"))
261+
if (ServerVersionIsInRange("0.0.0", "1.33.15"))
262262
{
263263
Assert.Equal(
264264
VectorIndexConfig.VectorIndexFilterStrategy.Sweeping,
@@ -712,7 +712,7 @@ await collection.Config.Get(TestContext.Current.CancellationToken)
712712
Assert.IsType<VectorIndex.HNSW>(defaultVectorConfig.VectorIndexConfig);
713713
var hnswConfig = defaultVectorConfig.VectorIndexConfig as VectorIndex.HNSW;
714714

715-
if (ServerVersionIsInRange("0.0.0", "1.33.0"))
715+
if (ServerVersionIsInRange("0.0.0", "1.33.15"))
716716
{
717717
Assert.Equal(
718718
VectorIndexConfig.VectorIndexFilterStrategy.Sweeping,

0 commit comments

Comments
 (0)