Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 7945135

Browse files
author
EL Aisati Ahmed
committed
Fix Unit tests
1 parent 085213a commit 7945135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RabbitMQ.Client.Core.DependencyInjection.Tests/UnitTests/MessageHandlingServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ static IQueueService CreateQueueService()
147147
{
148148
var channelMock = new Mock<IModel>();
149149
var queueServiceMock = new Mock<IQueueService>();
150-
queueServiceMock.Setup(x => x.Channel)
150+
queueServiceMock.Setup(x => x.ConsumingChannel)
151151
.Returns(channelMock.Object);
152152
return queueServiceMock.Object;
153153
}

0 commit comments

Comments
 (0)