File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Weaviate.Client.Tests/Integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments