diff --git a/src/Umbraco.Tests/Models/ContentScheduleTests.cs b/src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/ContentScheduleTests.cs
similarity index 98%
rename from src/Umbraco.Tests/Models/ContentScheduleTests.cs
rename to src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/ContentScheduleTests.cs
index 5d03da5bae..83dbfa08a5 100644
--- a/src/Umbraco.Tests/Models/ContentScheduleTests.cs
+++ b/src/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/ContentScheduleTests.cs
@@ -3,7 +3,7 @@ using System.Linq;
using NUnit.Framework;
using Umbraco.Core.Models;
-namespace Umbraco.Tests.Models
+namespace Umbraco.Tests.UnitTests.Umbraco.Infrastructure.Models
{
[TestFixture]
public class ContentScheduleTests
diff --git a/src/Umbraco.Tests/Umbraco.Tests.csproj b/src/Umbraco.Tests/Umbraco.Tests.csproj
index 0dcb818678..169b614eee 100644
--- a/src/Umbraco.Tests/Umbraco.Tests.csproj
+++ b/src/Umbraco.Tests/Umbraco.Tests.csproj
@@ -139,7 +139,6 @@
-