Browse Source

Rename test.

pull/13358/head
Halil İbrahim Kalkan 4 years ago
parent
commit
ece35761e0
  1. 2
      framework/test/Volo.Abp.Caching.Tests/Volo/Abp/Caching/DistributedCache_Tests.cs

2
framework/test/Volo.Abp.Caching.Tests/Volo/Abp/Caching/DistributedCache_Tests.cs

@ -949,7 +949,7 @@ public class DistributedCache_Tests : AbpIntegratedTest<AbpCachingTestModule>
}
[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<IDistributedCache<PersonCacheItem>>();
var cache2 = GetRequiredService<IDistributedCache<PersonCacheItem, string>>();

Loading…
Cancel
Save