Skip to content

Commit d5f4cc3

Browse files
committed
Fix approval tests
1 parent 9aeb757 commit d5f4cc3

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
@@ -483,6 +483,7 @@ namespace RabbitMQ.Client
483483
public string RoutingKey { get; }
484484
public override string ToString() { }
485485
public static RabbitMQ.Client.PublicationAddress Parse(string uriLikeString) { }
486+
public static bool TryParse(string uriLikeString, out RabbitMQ.Client.PublicationAddress result) { }
486487
}
487488
public class QueueDeclareOk
488489
{

0 commit comments

Comments
 (0)