From e5f44ead8f18b1bae6a059f635e2685fe0fbdaea Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 5 Oct 2022 18:24:57 +1000 Subject: [PATCH] Add extra comments to server init tests --- TShockLauncher.Tests/ServerInitTests.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TShockLauncher.Tests/ServerInitTests.cs b/TShockLauncher.Tests/ServerInitTests.cs index ec18942f..dc5f6731 100644 --- a/TShockLauncher.Tests/ServerInitTests.cs +++ b/TShockLauncher.Tests/ServerInitTests.cs @@ -7,6 +7,9 @@ namespace TShockLauncher.Tests; public class ServerInitTests { + /// + /// This test will ensure that the TSAPI binary boots up as expected + /// [TestCase] public void EnsureBoots() {