retroactiune/Retroactiune.Tests/Retroactiune.WebAPI/UnitTest1.cs

18 lines
246 B
C#
Raw Normal View History

2021-05-28 20:52:56 +00:00
using NUnit.Framework;
namespace Retroactiune.Tests
{
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}
}