Skip to content

Commit

Permalink
Fixed unit tests rise condition
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackGad committed Jul 13, 2024
1 parent f5dd636 commit 3602fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Milvus.Client.Tests/SearchQueryIteratorLongKeyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Milvus.Client.Tests;
public class SearchQueryIteratorLongKeyTests : IClassFixture<SearchQueryIteratorLongKeyTests.DataCollectionFixture>,
IAsyncLifetime
{
private const string CollectionName = nameof(DataTests);
private const string CollectionName = nameof(SearchQueryIteratorLongKeyTests);
private readonly DataCollectionFixture _dataCollectionFixture;
private readonly MilvusClient Client;

Expand Down
2 changes: 1 addition & 1 deletion Milvus.Client.Tests/SearchQueryIteratorStringKeyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Milvus.Client.Tests;
public class SearchQueryIteratorStringKeyTests : IClassFixture<SearchQueryIteratorStringKeyTests.DataCollectionFixture>,
IAsyncLifetime
{
private const string CollectionName = nameof(DataTests);
private const string CollectionName = nameof(SearchQueryIteratorStringKeyTests);

private readonly DataCollectionFixture _dataCollectionFixture;
private readonly MilvusClient Client;
Expand Down

0 comments on commit 3602fe1

Please sign in to comment.