@@ -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 ,
@@ -419,7 +419,7 @@ public async Task Test_Collections_Export_NonDefaultValues_Sharding()
419419 Assert . Equal ( 100 , config ? . DynamicEfMin ) ;
420420 Assert . Equal ( - 1 , config ? . Ef ) ;
421421 Assert . Equal ( 128 , config ? . EfConstruction ) ;
422- if ( ServerVersionIsInRange ( "0.0.0" , "1.33.0 " ) )
422+ if ( ServerVersionIsInRange ( "0.0.0" , "1.33.15 " ) )
423423 {
424424 Assert . Equal (
425425 VectorIndexConfig . VectorIndexFilterStrategy . Sweeping ,
@@ -578,7 +578,7 @@ public async Task Test_Collections_Export_NonDefaultValues_MultiTenacy()
578578 Assert . Equal ( 100 , config ? . DynamicEfMin ) ;
579579 Assert . Equal ( - 1 , config ? . Ef ) ;
580580 Assert . Equal ( 128 , config ? . EfConstruction ) ;
581- if ( ServerVersionIsInRange ( "0.0.0" , "1.33.0 " ) )
581+ if ( ServerVersionIsInRange ( "0.0.0" , "1.33.15 " ) )
582582 {
583583 Assert . Equal (
584584 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