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

Commit 3e12b06

Browse files
Merge pull request #34 from ussamoo/master
Fix Unit tests
2 parents 841c652 + 7945135 commit 3e12b06

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

+1-1
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)