diff --git a/tests/Tgstation.Server.Host.Tests/Components/Watchdog/TestWatchdog.cs b/tests/Tgstation.Server.Host.Tests/Components/Watchdog/TestExperimentalWatchdog.cs similarity index 99% rename from tests/Tgstation.Server.Host.Tests/Components/Watchdog/TestWatchdog.cs rename to tests/Tgstation.Server.Host.Tests/Components/Watchdog/TestExperimentalWatchdog.cs index 0e7b033a64..28ad98600b 100644 --- a/tests/Tgstation.Server.Host.Tests/Components/Watchdog/TestWatchdog.cs +++ b/tests/Tgstation.Server.Host.Tests/Components/Watchdog/TestExperimentalWatchdog.cs @@ -14,7 +14,7 @@ using Tgstation.Server.Host.Core; namespace Tgstation.Server.Host.Components.Watchdog.Tests { [TestClass] - public sealed class TestWatchdog + public sealed class TestExperimentalWatchdog { [TestMethod] public void TestConstruction()