Skip to content

Commit 84f2bc4

Browse files
:|
1 parent bc2120b commit 84f2bc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Shared.IntegrationTesting/DockerHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ public static IContainerService StartSqlContainerWithOpenConnection(String conta
471471
connection.Open();
472472

473473
SqlCommand command = connection.CreateCommand();
474-
command.CommandText = "SELECT * FROM EventStoreServers";
474+
command.CommandText = "SELECT * FROM EventStoreServer";
475475
command.ExecuteNonQuery();
476476

477477
logger.LogInformation("Connection Opened");

0 commit comments

Comments
 (0)