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.paymoapi/tests/UnitTest1.cs
Matthias Langhard 75a687e31e chore: initial commit
2020-12-09 12:36:26 +01:00

13 lines
184 B
C#

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