Skip to content

Commit 4bf8112

Browse files
committed
Adjust APIApproval test
1 parent 51be876 commit 4bf8112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/Unit/APIApproval.Approve.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ namespace RabbitMQ.Client
494494
bool Connected { get; }
495495
System.TimeSpan ReceiveTimeout { get; set; }
496496
void Close();
497+
System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress host, int port);
497498
System.Threading.Tasks.Task ConnectAsync(string host, int port);
498499
System.Net.Sockets.NetworkStream GetStream();
499500
}

0 commit comments

Comments
 (0)