Skip to content

Commit 930308d

Browse files
Arlodotexemichael-hawker
authored andcommitted
Fixed invalid paths
1 parent 8143ffe commit 930308d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/ProjectHeads/SingleComponent/Tests.Uwp/ProjectTemplate.Tests.Uwp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Import Project="$(RepositoryDirectory)common\CommunityToolkit.Tests.Shared\CommunityToolkit.Tests.Shared.projitems" Label="Unit Testing Helpers" />
4343

4444
<!-- Include the unit test files themselves -->
45-
<Import Project="..\..\tests\ProjectTemplate.Tests\ProjectTemplate.Tests.projitems" Label="Shared" />
45+
<Import Project="..\..\tests\ProjectTemplate.Tests.projitems" Label="Shared" />
4646

4747
<ItemGroup>
4848
<ProjectReference Include="..\..\src\CommunityToolkit.Labs.WinUI.ProjectTemplate.csproj" />

common/ProjectHeads/SingleComponent/Tests.WinAppSdk/ProjectTemplate.Tests.WinAppSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<Import Project="$(RepositoryDirectory)common\CommunityToolkit.Tests.Shared\CommunityToolkit.Tests.Shared.projitems" Label="Unit Testing Helpers" />
4040

4141
<!-- Include the unit test files themselves -->
42-
<Import Project="..\..\tests\ProjectTemplate.Tests\ProjectTemplate.Tests.projitems" Label="Shared" />
42+
<Import Project="..\..\tests\ProjectTemplate.Tests.projitems" Label="Shared" />
4343

4444
<ItemGroup>
4545
<ProjectReference Include="..\..\src\CommunityToolkit.Labs.WinUI.ProjectTemplate.csproj" />

0 commit comments

Comments
 (0)