Skip to content

Commit be24c05

Browse files
committed
Try to fix approval tests
1 parent ebe31df commit be24c05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/Unit/APIApproval.Approve.verified.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ namespace RabbitMQ.Client
9090
public RabbitMQ.Client.SslOption Ssl { get; set; }
9191
public bool TopologyRecoveryEnabled { get; set; }
9292
public System.Uri Uri { get; set; }
93-
public bool UseBackgroundThreadsForIO { get; set; }
9493
public string UserName { get; set; }
9594
public string VirtualHost { get; set; }
9695
public static System.Net.Sockets.AddressFamily DefaultAddressFamily { get; set; }
@@ -330,7 +329,6 @@ namespace RabbitMQ.Client
330329
uint RequestedFrameMax { get; set; }
331330
System.TimeSpan RequestedHeartbeat { get; set; }
332331
System.Uri Uri { get; set; }
333-
bool UseBackgroundThreadsForIO { get; set; }
334332
string UserName { get; set; }
335333
string VirtualHost { get; set; }
336334
RabbitMQ.Client.IAuthMechanismFactory AuthMechanismFactory(System.Collections.Generic.IList<string> mechanismNames);

0 commit comments

Comments
 (0)