Skip to content

Commit 3602fe1

Browse files
committed
Fixed unit tests rise condition
1 parent f5dd636 commit 3602fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Milvus.Client.Tests/SearchQueryIteratorLongKeyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Milvus.Client.Tests;
66
public class SearchQueryIteratorLongKeyTests : IClassFixture<SearchQueryIteratorLongKeyTests.DataCollectionFixture>,
77
IAsyncLifetime
88
{
9-
private const string CollectionName = nameof(DataTests);
9+
private const string CollectionName = nameof(SearchQueryIteratorLongKeyTests);
1010
private readonly DataCollectionFixture _dataCollectionFixture;
1111
private readonly MilvusClient Client;
1212

Milvus.Client.Tests/SearchQueryIteratorStringKeyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Milvus.Client.Tests;
66
public class SearchQueryIteratorStringKeyTests : IClassFixture<SearchQueryIteratorStringKeyTests.DataCollectionFixture>,
77
IAsyncLifetime
88
{
9-
private const string CollectionName = nameof(DataTests);
9+
private const string CollectionName = nameof(SearchQueryIteratorStringKeyTests);
1010

1111
private readonly DataCollectionFixture _dataCollectionFixture;
1212
private readonly MilvusClient Client;

0 commit comments

Comments
 (0)