Skip to content

Commit c1fb7bf

Browse files
author
Gábor Zavarkó
committed
APIApproval fix
1 parent 7c034d0 commit c1fb7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Unit/APIApproval.Approve.verified.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ namespace RabbitMQ.Client.Events
767767
public event RabbitMQ.Client.Events.AsyncEventHandler<RabbitMQ.Client.Events.ConsumerEventArgs> Unregistered;
768768
public override System.Threading.Tasks.Task HandleBasicCancelOk(string consumerTag) { }
769769
public override System.Threading.Tasks.Task HandleBasicConsumeOk(string consumerTag) { }
770-
public override System.Threading.Tasks.Task HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, in RabbitMQ.Client.ReadOnlyBasicProperties properties, System.ReadOnlyMemory<byte> body) { }
770+
public override System.Threading.Tasks.Task HandleBasicDeliver(string consumerTag, ulong deliveryTag, bool redelivered, System.ReadOnlyMemory<byte> exchange, System.ReadOnlyMemory<byte> routingKey, in RabbitMQ.Client.ReadOnlyBasicProperties properties, System.ReadOnlyMemory<byte> body) { }
771771
public override System.Threading.Tasks.Task HandleChannelShutdown(object channel, RabbitMQ.Client.ShutdownEventArgs reason) { }
772772
}
773773
public abstract class BaseExceptionEventArgs : System.EventArgs

0 commit comments

Comments
 (0)