10 lines
115 B
C#

namespace Update_csharp.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}