Skip to content

Commit

Permalink
fix: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
lgcmotta committed Jan 20, 2025
1 parent 562ffd3 commit 1d4547f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ namespace Testcontainers.ServiceBus;

public abstract class ServiceBusContainerTest : IAsyncLifetime
{
// private readonly ServiceBusContainer _serviceBusContainer = new ServiceBusBuilder().WithAcceptLicenseAgreement(true).Build();

private readonly ServiceBusContainer _serviceBusContainer;

public ServiceBusContainerTest(ServiceBusContainer serviceBusContainer)
Expand Down

0 comments on commit 1d4547f

Please sign in to comment.