Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Ros <sebastienros@gmail.com>2022-11-11 19:25:00 +0300
committergithub-actions <github-actions@github.com>2022-11-11 19:37:18 +0300
commite2dfc1079f1a639aff7c61bd68d200b5665e80b2 (patch)
treeffbef4687d89ea6c25a4f56453ebdf72b970c86f
parent9937e54ad429c5f7b4b3eb1cb945a37f34eb273f (diff)
Update src/Middleware/OutputCaching/test/OutputCacheAttributeTests.csbackport/pr-45013-to-release/7.0
Co-authored-by: Brennan <brecon@microsoft.com>
-rw-r--r--src/Middleware/OutputCaching/test/OutputCacheAttributeTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Middleware/OutputCaching/test/OutputCacheAttributeTests.cs b/src/Middleware/OutputCaching/test/OutputCacheAttributeTests.cs
index eb1e845cfa..26c4c5bd49 100644
--- a/src/Middleware/OutputCaching/test/OutputCacheAttributeTests.cs
+++ b/src/Middleware/OutputCaching/test/OutputCacheAttributeTests.cs
@@ -58,7 +58,7 @@ public class OutputCacheAttributeTests
}
[Fact]
- public async Task Attribute_NamedPolicyDoesntInjectDefaultPolicy()
+ public async Task Attribute_NamedPolicyDoesNotInjectDefaultPolicy()
{
var options = new OutputCacheOptions();
options.AddPolicy("MyPolicy", b => b.With(x => false).Cache());