Add extra comments to server init tests

This commit is contained in:
Luke 2022-10-05 18:24:57 +10:00
parent 310786a28a
commit e5f44ead8f

View file

@ -7,6 +7,9 @@ namespace TShockLauncher.Tests;
public class ServerInitTests public class ServerInitTests
{ {
/// <summary>
/// This test will ensure that the TSAPI binary boots up as expected
/// </summary>
[TestCase] [TestCase]
public void EnsureBoots() public void EnsureBoots()
{ {