We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e9fc1 commit 4dd1882Copy full SHA for 4dd1882
README.md
@@ -287,7 +287,7 @@ MyController<MyMvcController>
287
.WithDependencies(
288
serviceMock,
289
anotherServiceMock,
290
- From.Services<IYetAnotherService>()) // Provides a global service.
+ From.Services<IYetAnotherService>()) // Provides a global service.
291
.Calling(c => c.MyAction())
292
.ShouldReturn()
293
.View();
0 commit comments