From 5ddd3dd0481b70d2941f841f5c2dd79d31e79a43 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 1 Jan 2020 11:27:10 -0500 Subject: [PATCH] Rename test class to TestExperimentalWatchdog --- .../Watchdog/{TestWatchdog.cs => TestExperimentalWatchdog.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Tgstation.Server.Host.Tests/Components/Watchdog/{TestWatchdog.cs => TestExperimentalWatchdog.cs} (99%) 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()