Skip to content

Commit e29dc6f

Browse files
Update API Approval test expectations
1 parent 79f00d0 commit e29dc6f

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
@@ -396,6 +396,7 @@ namespace RabbitMQ.Client
396396
uint ConsumerCount(string queue);
397397
RabbitMQ.Client.IBasicProperties CreateBasicProperties();
398398
RabbitMQ.Client.IBasicPublishBatch CreateBasicPublishBatch();
399+
RabbitMQ.Client.IBasicPublishBatch CreateBasicPublishBatch(int sizeHint);
399400
void ExchangeBind(string destination, string source, string routingKey, System.Collections.Generic.IDictionary<string, object> arguments);
400401
void ExchangeBindNoWait(string destination, string source, string routingKey, System.Collections.Generic.IDictionary<string, object> arguments);
401402
void ExchangeDeclare(string exchange, string type, bool durable, bool autoDelete, System.Collections.Generic.IDictionary<string, object> arguments);

0 commit comments

Comments
 (0)