diff --git a/src/Adapter/MSTestAdapter.PlatformServices/Data/TestDataConnectionSql.Helpers.cs b/src/Adapter/MSTestAdapter.PlatformServices/Data/TestDataConnectionSql.Helpers.cs index 8a99bf5fc0..393042a445 100644 --- a/src/Adapter/MSTestAdapter.PlatformServices/Data/TestDataConnectionSql.Helpers.cs +++ b/src/Adapter/MSTestAdapter.PlatformServices/Data/TestDataConnectionSql.Helpers.cs @@ -104,7 +104,7 @@ protected static class KnownOleDbProviderNames /// /// /// sqlsrv32.dll: Driver={SQL Server};Server=SqlServer;Database=DatabaseName;Trusted_Connection=yes - /// msorcl32.dll: Driver={Microsoft ODBC for Oracle};Server=OracleServer;Uid=user;Pwd=password. + /// msorcl32.dll: Driver={Microsoft ODBC for Oracle};Server=OracleServer;Uid=<user>;Pwd=<password>. /// protected static class KnownOdbcDrivers {