This commit is contained in:
Paul Schneider 2022-04-11 19:57:30 +01:00
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()
{
}
}
}