Skip to content

Commit 3ad1b75

Browse files
author
Rajeev Vokkarne
committed
Remove unnecessary test
1 parent 36cc417 commit 3ad1b75

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

device/tests/Microsoft.Azure.Devices.Client.Test/AmqpTransportHandlerTests.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ public async Task AmqpTransportHandler_RejectAsync_TokenCancellationRequested()
6363
await TestOperationCanceledByToken(token => CreateFromConnectionString().RejectAsync(Guid.NewGuid().ToString(), token));
6464
}
6565

66-
[TestMethod]
67-
[ExpectedException(typeof(InvalidOperationException))]
68-
public void AmqpTransportHandler_Constructor_ThrowExceptionIfOnLinkClosedNotProvided()
69-
{
70-
var amqpTransportHandler = new AmqpTransportHandler(new PipelineContext(), IotHubConnectionString.Parse(DumpyConnectionString), new AmqpTransportSettings(TransportType.Amqp_Tcp_Only), null);
71-
}
72-
7366
// Uncomment later once we support throwing exceptions on TransportSettingsChange
7467
//[TestMethod]
7568
//[TestCategory("TransportHandlers")]

0 commit comments

Comments
 (0)