Skip to content

Commit 5058c74

Browse files
committed
Move existing specs to unit test folder
1 parent 86af6ff commit 5058c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Polly.Caching.Memory.SharedSpecs/Polly.Caching.Memory.SharedSpecs.projitems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<Import_RootNamespace>Polly.Caching.Memory.Specs</Import_RootNamespace>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<Compile Include="$(MSBuildThisFileDirectory)MemoryCacheProviderSpecs.cs" />
12+
<Compile Include="$(MSBuildThisFileDirectory)Unit\MemoryCacheProviderSpecs.cs" />
1313
</ItemGroup>
1414
</Project>

src/Polly.Caching.Memory.SharedSpecs/MemoryCacheProviderSpecs.cs renamed to src/Polly.Caching.Memory.SharedSpecs/Unit/MemoryCacheProviderSpecs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using Polly.Caching.Memory;
77
using Microsoft.Extensions.Caching.Memory;
88

9-
namespace Polly.Specs.Caching.Memory
9+
namespace Polly.Specs.Caching.Memory.Unit
1010
{
1111
public class MemoryCacheProviderSpecs
1212
{

0 commit comments

Comments
 (0)