Skip to content

Commit 20f2372

Browse files
committed
Rebase fix
1 parent f7918dd commit 20f2372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ int expectedLen
251251
{
252252
var collectionClient = await CollectionFactory(
253253
properties: [Property.Text("text")],
254-
vectorConfig: Configure.Vectors.SelfProvided("default")
254+
vectorConfig: Configure.Vectors.SelfProvided().New("default")
255255
);
256256

257257
var text1 = "some text";

0 commit comments

Comments
 (0)