Files
Govor/Govor.API.Tests/UnitTest1.cs
T
2025-06-16 16:52:58 +07:00

15 lines
172 B
C#

namespace Govor.API.Tests;
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}