Files
TinfoilVibeServer/TinfoilVibeServerTest/UnitTest1.cs
T
2025-11-02 20:24:58 +10:30

15 lines
178 B
C#

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