Skip to content

Commit aa04426

Browse files
Update API Approval test expectations
1 parent e57c4cf commit aa04426

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
@@ -402,6 +402,7 @@ namespace RabbitMQ.Client
402402
uint ConsumerCount(string queue);
403403
RabbitMQ.Client.IBasicProperties CreateBasicProperties();
404404
RabbitMQ.Client.IBasicPublishBatch CreateBasicPublishBatch();
405+
RabbitMQ.Client.IBasicPublishBatch CreateBasicPublishBatch(int sizeHint);
405406
void ExchangeBind(string destination, string source, string routingKey, System.Collections.Generic.IDictionary<string, object> arguments);
406407
void ExchangeBindNoWait(string destination, string source, string routingKey, System.Collections.Generic.IDictionary<string, object> arguments);
407408
void ExchangeDeclare(string exchange, string type, bool durable, bool autoDelete, System.Collections.Generic.IDictionary<string, object> arguments);

0 commit comments

Comments
 (0)