This repository has been archived on 2025-05-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
novaloop.bexioapi/tests/UnitTest1.cs
Matthias Langhard 2a2527f0da chore: initial commit
2021-04-12 13:54:09 +02:00

13 lines
184 B
C#

using Xunit;
namespace Novaloop.BexioApi.Tests
{
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}
}