Y3S2-Aya/Aya-Backend/Aya-Backend.Tests/Controllers/WorkpageControllerTests.cs
2020-06-09 21:28:47 +01:00

14 lines
219 B
C#

using NUnit.Framework;
namespace Aya_Backend.Tests
{
[TestFixture]
public class WorkpageControllerTests
{
[Test]
public void Test1()
{
Assert.Pass();
}
}
}