Skip to content

Commit

Permalink
Revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft committed Nov 20, 2020
1 parent 3ff1fc2 commit 6e86d1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Azure.Messaging.ServiceBus.Tests.Management
public class ServiceBusManagementClientLiveTests : RecordedTestBase<ServiceBusTestEnvironment>
{
public ServiceBusManagementClientLiveTests(bool isAsync) :
base(isAsync: true, RecordedTestMode.Record)
base(isAsync: true)
{
Sanitizer = new ServiceBusRecordedTestSanitizer();
}
Expand Down Expand Up @@ -72,7 +72,7 @@ public async Task BasicQueueCrudOperations()
ForwardTo = null,
LockDuration = TimeSpan.FromSeconds(45),
MaxDeliveryCount = 8,
MaxSizeInMegabytes = 2048,
MaxSizeInMegabytes = 1024,
RequiresDuplicateDetection = true,
RequiresSession = false,
UserMetadata = nameof(BasicQueueCrudOperations),
Expand Down

0 comments on commit 6e86d1c

Please sign in to comment.