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 072662b commit 8cea91bCopy full SHA for 8cea91b
README.md
@@ -208,7 +208,7 @@ namespace MyApp.Tests.Controllers
208
public class HomeControllerShould
209
{
210
[Fact]
211
- public void ReturnViewWhenCallingIndexAction()
+ public void ReturnOkWithCorrectModelWhenCallingAuthenticatedIndexAction()
212
=> MyMvc
213
.Controller<HomeController>(instance => instance
214
.WithUser("TestUser")
0 commit comments