isn/test/isn.tests/xunitTest1.cs

13 lines
146 B
C#
Raw Normal View History

2022-04-11 19:57:30 +01:00
using Xunit;
namespace isn.tests
{
public class xunitTest1
{
[Fact]
void Test1()
{
}
}
}