Skip to content

Commit 1579412

Browse files
committed
Updated READMEs (#247)
1 parent 68d9821 commit 1579412

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
@@ -198,7 +198,7 @@ This package will include all available assertion methods in your test project,
198198
- `MyTested.AspNetCore.Mvc.DataAnnotations` - Contains setup and assertion methods for data annotation validations
199199
- `MyTested.AspNetCore.Mvc.EntityFrameworkCore` - Contains setup and assertion methods for `DbContext`
200200
- `MyTested.AspNetCore.Mvc.DependencyInjection` - Contains setup methods for dependency injection services
201-
- `MyTested.AspNetCore.Mvc.Caching` - Contains setup and assertion methods for `IMemoryCache`
201+
- `MyTested.AspNetCore.Mvc.Caching` - Contains setup and assertion methods for `IMemoryCache` and `IDistributedCache`
202202
- `MyTested.AspNetCore.Mvc.Session` - Contains setup and assertion methods for `ISession`
203203
- `MyTested.AspNetCore.Mvc.Options` - Contains setup and assertion methods for `IOptions`
204204
- `MyTested.AspNetCore.Mvc.Helpers` - Contains additional helper methods for easier assertions

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MyTested.AspNetCore.Mvc Packages
2424
- `MyTested.AspNetCore.Mvc.DataAnnotations` - Contains setup and assertion methods for data annotation validations
2525
- `MyTested.AspNetCore.Mvc.EntityFrameworkCore` - Contains setup and assertion methods for `DbContext`
2626
- `MyTested.AspNetCore.Mvc.DependencyInjection` - Contains setup methods for dependency injection services
27-
- `MyTested.AspNetCore.Mvc.Caching` - Contains setup and assertion methods for `IMemoryCache`
27+
- `MyTested.AspNetCore.Mvc.Caching` - Contains setup and assertion methods for `IMemoryCache` and `IDistributedCache`
2828
- `MyTested.AspNetCore.Mvc.Session` - Contains setup and assertion methods for `ISession`
2929
- `MyTested.AspNetCore.Mvc.Options` - Contains setup and assertion methods for `IOptions`
3030
- `MyTested.AspNetCore.Mvc.Helpers` - Contains additional helper methods for easier assertions

0 commit comments

Comments
 (0)