Skip to content

Commit 15cf82f

Browse files
committed
Adapt test
1 parent cc52846 commit 15cf82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.5"))
582582
{
583583
Assert.Equal(
584584
VectorIndexConfig.VectorIndexFilterStrategy.Sweeping,

0 commit comments

Comments
 (0)