BotSharp/tests/UnitTest/UnitTest1.cs

11 lines
152 B
C#
Raw Normal View History

2023-06-10 02:56:04 +00:00
namespace UnitTest
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}