Skip to content

Commit 5f13e29

Browse files
committed
Updated README.md (#125)
1 parent dc81bd0 commit 5f13e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This package will include all available assertion methods in your test project.
2323
- `MyTested.AspNetCore.Mvc.ViewActionResults` - contains setup and assertion methods for view action results
2424
- `MyTested.AspNetCore.Mvc.ViewFeatures` - contains setup and assertion methods for MVC view features
2525
- `MyTested.AspNetCore.Mvc.Http` - contains setup and assertion methods for HTTP context, request and response
26-
- `MyTested.AspNetCore.Mvc.Authentication` - contains setup for `ClaimsPrincipal`
26+
- `MyTested.AspNetCore.Mvc.Authentication` - contains setup methods for `ClaimsPrincipal`
2727
- `MyTested.AspNetCore.Mvc.DataAnnotations` - contains setup and assertion methods for `ModelState` validations
2828
- `MyTested.AspNetCore.Mvc.EntityFrameworkCore` - contains setup and assertion methods for `DbContext`
2929
- `MyTested.AspNetCore.Mvc.DependencyInjection` - contains setup methods for dependency injection services

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MyTested.AspNetCore.Mvc Packages
1010
- `MyTested.AspNetCore.Mvc.ViewActionResults` - contains setup and assertion methods for view action results
1111
- `MyTested.AspNetCore.Mvc.ViewFeatures` - contains setup and assertion methods for MVC view features
1212
- `MyTested.AspNetCore.Mvc.Http` - contains setup and assertion methods for HTTP context, request and response
13-
- `MyTested.AspNetCore.Mvc.Authentication` - contains setup for `ClaimsPrincipal`
13+
- `MyTested.AspNetCore.Mvc.Authentication` - contains setup methods for `ClaimsPrincipal`
1414
- `MyTested.AspNetCore.Mvc.DataAnnotations` - contains setup and assertion methods for `ModelState` validations
1515
- `MyTested.AspNetCore.Mvc.EntityFrameworkCore` - contains setup and assertion methods for `DbContext`
1616
- `MyTested.AspNetCore.Mvc.DependencyInjection` - contains setup methods for dependency injection services

0 commit comments

Comments
 (0)