Skip to content

Commit 8cea91b

Browse files
authored
Updated README
1 parent 072662b commit 8cea91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ namespace MyApp.Tests.Controllers
208208
public class HomeControllerShould
209209
{
210210
[Fact]
211-
public void ReturnViewWhenCallingIndexAction()
211+
public void ReturnOkWithCorrectModelWhenCallingAuthenticatedIndexAction()
212212
=> MyMvc
213213
.Controller<HomeController>(instance => instance
214214
.WithUser("TestUser")

0 commit comments

Comments
 (0)