We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2120b commit 84f2bc4Copy full SHA for 84f2bc4
1 file changed
Shared.IntegrationTesting/DockerHelper.cs
@@ -471,7 +471,7 @@ public static IContainerService StartSqlContainerWithOpenConnection(String conta
471
connection.Open();
472
473
SqlCommand command = connection.CreateCommand();
474
- command.CommandText = "SELECT * FROM EventStoreServers";
+ command.CommandText = "SELECT * FROM EventStoreServer";
475
command.ExecuteNonQuery();
476
477
logger.LogInformation("Connection Opened");
0 commit comments