Skip to content

Commit

Permalink
style: Run dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent 1a9092b commit 936d13a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/IntegrationTests/DatabaseTests.Configure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ internal static async Task<DatabaseTestEnvironment> StartEnvironmentForAsync(Sup
case SupportedDatabase.Milvus:
{
var container = new MilvusBuilder().Build();

await container.StartAsync(cancellationToken);
// var network = new NetworkBuilder()
// .WithName("milvus-network")
Expand Down Expand Up @@ -219,11 +219,11 @@ internal static async Task<DatabaseTestEnvironment> StartEnvironmentForAsync(Sup
.WithEnvironment("AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED", "true")
.WithWaitStrategy(Wait.ForUnixContainer().UntilPortIsAvailable(8080))
.Build();

await container.StartAsync(cancellationToken);

await Task.Delay(5000, cancellationToken);

return new DatabaseTestEnvironment
{
VectorDatabase = new WeaviateVectorDatabase(new WeaviateMemoryStore($"http://localhost:{port1}")),
Expand Down

0 comments on commit 936d13a

Please sign in to comment.