Skip to content

Commit 6c2f6c8

Browse files
committed
Approve API
1 parent b4a8361 commit 6c2f6c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/client/Unit/src/unit/APIApproval.Approve.approved.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,8 +788,7 @@ namespace RabbitMQ.Client.Impl
788788
{
789789
public ConsumerWorkService() { }
790790
public void AddWork(RabbitMQ.Client.IModel model, System.Action fn) { }
791-
public void StopWork() { }
792-
public void StopWork(RabbitMQ.Client.IModel model) { }
791+
public System.Threading.Tasks.Task StopWork(RabbitMQ.Client.IModel model) { }
793792
}
794793
}
795794
namespace RabbitMQ.Client.Logging

0 commit comments

Comments
 (0)