retroactiune/Retroactiune.Tests/Retroactiune.WebAPI/UnitTest1.cs
2021-05-28 23:52:56 +03:00

18 lines
No EOL
246 B
C#

using NUnit.Framework;
namespace Retroactiune.Tests
{
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}
}