Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit af092ab

Browse files
committed
Cleanup PostgresFixture
1 parent ec83ff7 commit af092ab

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Akka.Persistence.PostgreSql.Tests/PostgresFixture.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,6 @@ await Client.Containers.CreateContainerAsync(new CreateContainerParameters
112112
// Provide a 10 second startup delay
113113
await Task.Delay(TimeSpan.FromSeconds(10));
114114

115-
/*
116-
var connectionString = new DbConnectionStringBuilder
117-
{
118-
ConnectionString =
119-
"data source=.;database=akka_persistence_tests;user id=sa;password=l0lTh1sIsOpenSource"
120-
};
121-
connectionString["Data Source"] = $"localhost,{sqlServerHostPort}";
122-
*/
123115
ConnectionString = $"Server=127.0.0.1;Port={sqlServerHostPort};" +
124116
"Database=postgres;User Id=postgres;Password=postgres";
125117
}

0 commit comments

Comments
 (0)