Amido.Testing.Tests.Azure.BlobLeasingTests.When_failing_to_aquiring_the_lease.It_should_not_create_a_lease_id C# (CSharp) Method

It_should_not_create_a_lease_id() private method

private It_should_not_create_a_lease_id ( ) : void
return void
            public void It_should_not_create_a_lease_id()
            {
                var leaseId = BlobStorage.AquireLease(blobSettings, maximumStopDurationEstimateSeconds);
                Assert.IsNull(leaseId);
            }