created git

This commit is contained in:
Artemy
2025-06-16 16:52:58 +07:00
commit c7c778ceb1
15 changed files with 265 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
namespace Govor.API.Tests;
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}