Skip to content

Commit bc2b594

Browse files
committed
Moves unit tests for TypeExtensions to their proper location.
1 parent 2720f39 commit bc2b594

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

TestStack.ConventionTests.Tests/TestStack.ConventionTests.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<DependentUpon>Resources.resx</DependentUpon>
7272
</Compile>
7373
<Compile Include="TestConventions\CollectionsRelationsConvention.cs" />
74-
<Compile Include="TestConventions\TypeExtensionsTests.cs" />
74+
<Compile Include="ConventionData\TypeExtensionsTests.cs" />
7575
<Compile Include="TypeBasedConventions.cs" />
7676
</ItemGroup>
7777
<ItemGroup>

0 commit comments

Comments
 (0)