Skip to content

Commit f37a11b

Browse files
Update APIApproval test expectations
1 parent 3379195 commit f37a11b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/client/Unit/src/unit/APIApproval.Approve.approved.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace RabbitMQ.Client
1515
public int Port { get; set; }
1616
public RabbitMQ.Client.IProtocol Protocol { get; }
1717
public RabbitMQ.Client.SslOption Ssl { get; set; }
18+
public RabbitMQ.Client.SslOption Tls { get; set; }
1819
public object Clone() { }
1920
public RabbitMQ.Client.AmqpTcpEndpoint CloneWithHostname(string hostname) { }
2021
public override bool Equals(object obj) { }
@@ -112,6 +113,7 @@ namespace RabbitMQ.Client
112113
public System.TimeSpan SocketReadTimeout { get; set; }
113114
public System.TimeSpan SocketWriteTimeout { get; set; }
114115
public RabbitMQ.Client.SslOption Ssl { get; set; }
116+
public RabbitMQ.Client.SslOption Tls { get; set; }
115117
public bool TopologyRecoveryEnabled { get; set; }
116118
public System.Uri Uri { get; set; }
117119
public bool UseBackgroundThreadsForIO { get; set; }

0 commit comments

Comments
 (0)