From 1d69f72375e7e66aa88a59b4c4d1158ab158ff2c Mon Sep 17 00:00:00 2001 From: reisenberger Date: Fri, 25 Jan 2019 23:18:23 +0000 Subject: [PATCH] Tidy test layout and namespaces --- .../NetStandardIDistributedCacheByteArrayProviderSpecs.cs | 2 +- .../NetStandardIDistributedCacheStringProviderSpecs.cs | 4 ++-- .../TtlStrategyHelperTests.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Polly.Caching.Distributed.SharedSpecs/NetStandardIDistributedCacheByteArrayProviderSpecs.cs b/src/Polly.Caching.Distributed.SharedSpecs/NetStandardIDistributedCacheByteArrayProviderSpecs.cs index 789be93..0f48149 100644 --- a/src/Polly.Caching.Distributed.SharedSpecs/NetStandardIDistributedCacheByteArrayProviderSpecs.cs +++ b/src/Polly.Caching.Distributed.SharedSpecs/NetStandardIDistributedCacheByteArrayProviderSpecs.cs @@ -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() diff --git a/src/Polly.Caching.Distributed.SharedSpecs/NetStandardIDistributedCacheStringProviderSpecs.cs b/src/Polly.Caching.Distributed.SharedSpecs/NetStandardIDistributedCacheStringProviderSpecs.cs index 7a7005d..f5abe86 100644 --- a/src/Polly.Caching.Distributed.SharedSpecs/NetStandardIDistributedCacheStringProviderSpecs.cs +++ b/src/Polly.Caching.Distributed.SharedSpecs/NetStandardIDistributedCacheStringProviderSpecs.cs @@ -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() diff --git a/src/Polly.Caching.Distributed.SharedSpecs/TtlStrategyHelperTests.cs b/src/Polly.Caching.Distributed.SharedSpecs/TtlStrategyHelperTests.cs index 61a6303..a456fa9 100644 --- a/src/Polly.Caching.Distributed.SharedSpecs/TtlStrategyHelperTests.cs +++ b/src/Polly.Caching.Distributed.SharedSpecs/TtlStrategyHelperTests.cs @@ -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 {