Add missing [TestMethod]

This commit is contained in:
Jordan Brown
2021-01-22 13:29:02 -05:00
parent 99f8129db7
commit 741e752450
@@ -101,6 +101,7 @@ namespace Tgstation.Server.Tests
Assert.AreEqual(expected, actual);
}
[TestMethod]
public void TestInteropVersion()
{
var versionString = versionsPropertyGroup.Element(xmlNamespace + "TgsInteropVersion").Value;