This commit is contained in:
2022-04-11 19:57:30 +01:00
parent ee07affbbd
commit 6d21d7370c
5 changed files with 34 additions and 13 deletions

View File

@ -0,0 +1,13 @@
using Xunit;
namespace isn.tests
{
public class xunitTest1
{
[Fact]
void Test1()
{
}
}
}