diff --git a/framework/test/Volo.Abp.Caching.Tests/Volo/Abp/Caching/DistributedCache_Tests.cs b/framework/test/Volo.Abp.Caching.Tests/Volo/Abp/Caching/DistributedCache_Tests.cs index a35592497b..7908dd3d96 100644 --- a/framework/test/Volo.Abp.Caching.Tests/Volo/Abp/Caching/DistributedCache_Tests.cs +++ b/framework/test/Volo.Abp.Caching.Tests/Volo/Abp/Caching/DistributedCache_Tests.cs @@ -949,7 +949,7 @@ public class DistributedCache_Tests : AbpIntegratedTest } [Fact] - public async Task Should_Get_Same_Instance_When_Resolve_With_Or_Without_Key() + public async Task Should_Get_Same_Cache_Set_When_Resolve_With_Or_Without_Key() { var cache1 = GetRequiredService>(); var cache2 = GetRequiredService>();