Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Carael committed Aug 27, 2024
1 parent 37e5d88 commit 63db2de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SqlServer.Tests/Resources/SqlServer2019Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public class SqlServer2019Options : ContainerResourceOptions
/// <param name="builder"></param>
public override void Configure(ContainerResourceBuilder builder)
{
// var password = "Qtp!" + Guid.NewGuid().ToString("N").Substring(0,6);
var password = "Qtp!" + Guid.NewGuid().ToString("N").Substring(0,6);
builder
.Name("mssql")
Expand Down

0 comments on commit 63db2de

Please sign in to comment.