Add some logging

This commit is contained in:
Jordan Brown
2020-05-25 22:47:55 -04:00
parent eefbb581ef
commit 499172d268
@@ -250,6 +250,7 @@ namespace Tgstation.Server.Tests.Instance
try
{
global::System.Console.WriteLine("TEST: Sending world reboot topic...");
var result = await bts.SendTopic(IPAddress.Loopback, "tgs_integration_test_special_tactics=1", 1337, cancellationToken);
Assert.AreEqual("ack", result.StringData);