chore: initial commit
This commit is contained in:
13
tests/UnitTest1.cs
Normal file
13
tests/UnitTest1.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Xunit;
|
||||
|
||||
namespace Novaloop.BexioApi.Tests
|
||||
{
|
||||
public class UnitTest1
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.True(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user