BotSharp/tests/UnitTest/UnitTest1.cs
2023-06-09 21:56:04 -05:00

11 lines
152 B
C#

namespace UnitTest
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}