diff --git a/tests/Aspire.EndToEnd.Tests/README.md b/tests/Aspire.EndToEnd.Tests/README.md
index a9236be12b..b5e950f9cc 100644
--- a/tests/Aspire.EndToEnd.Tests/README.md
+++ b/tests/Aspire.EndToEnd.Tests/README.md
@@ -26,7 +26,7 @@ The following changes need to be made to when adding a new component:
* Add a new `TestResourceNames` [enum entry](../testproject/Common/TestResourceNames.cs).
* Add ProjectReference to the new resource/component from the [TestProject.AppHost](../testproject/TestProject.AppHost/TestProject.AppHost.csproj) and [TestProject.IntegrationServiceA](../testproject/TestProject.IntegrationServiceA/TestProject.IntegrationServiceA.csproj) projects.
- * Add PackageVersion entries to the new packages in [Directory.Packages.Helix.props](../Shared/WorkloadTesting/Directory.Packages.Helix.props)
+ * Add PackageVersion entries to the new packages in [Directory.Packages.Helix.props](../Shared/RepoTesting/Directory.Packages.Helix.props)
* Add entries to the Program.cs of both the AppHost and IntegrationServiceA projects.
* Add a test in [IntegrationServicesTests](../Aspire.EndToEnd.Tests/IntegrationServicesTests.cs)
* If the component's container starts in a reasonable time, the new test can just be a new `[InlineData]` entry to the existing `VerifyComponentWorks` test.
diff --git a/tests/Shared/RepoTesting/Aspire.Testing.Repo.targets b/tests/Shared/RepoTesting/Aspire.Testing.Repo.targets
index f99e363473..138a039801 100644
--- a/tests/Shared/RepoTesting/Aspire.Testing.Repo.targets
+++ b/tests/Shared/RepoTesting/Aspire.Testing.Repo.targets
@@ -70,7 +70,7 @@
-
+
diff --git a/tests/Shared/WorkloadTesting/data/Directory.Packages.Helix.props b/tests/Shared/RepoTesting/Directory.Packages.Helix.props
similarity index 100%
rename from tests/Shared/WorkloadTesting/data/Directory.Packages.Helix.props
rename to tests/Shared/RepoTesting/Directory.Packages.Helix.props