Tidy test layout and namespaces
This commit is contained in:
Родитель
2ec4790a61
Коммит
1d69f72375
|
@ -172,7 +172,7 @@ namespace Polly.Specs.Caching.Distributed
|
|||
|
||||
#endregion
|
||||
|
||||
#region Put
|
||||
#region Put async
|
||||
|
||||
[Fact]
|
||||
public async Task PutAsync_should_put_item_using_passed_nonsliding_ttl()
|
||||
|
|
|
@ -8,7 +8,7 @@ using Polly.Caching;
|
|||
using Polly.Caching.Distributed;
|
||||
using Xunit;
|
||||
|
||||
namespace Polly.Specs.Caching.IDistributedCache
|
||||
namespace Polly.Specs.Caching.Distributed
|
||||
{
|
||||
public class NetStandardIDistributedCacheStringProviderSpecs
|
||||
{
|
||||
|
@ -166,7 +166,7 @@ namespace Polly.Specs.Caching.IDistributedCache
|
|||
|
||||
#endregion
|
||||
|
||||
#region Put
|
||||
#region Put async
|
||||
|
||||
[Fact]
|
||||
public async Task PutAsync_should_put_item_using_passed_nonsliding_ttl()
|
||||
|
|
|
@ -6,7 +6,7 @@ using Polly.Caching.Distributed;
|
|||
using Polly.Caching;
|
||||
using Xunit;
|
||||
|
||||
namespace Polly.Specs.Caching.IDistributedCache
|
||||
namespace Polly.Specs.Caching.Distributed
|
||||
{
|
||||
public class TtlStrategyHelperTests
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче