test-web/tests/UnitTest1.cs
Chris Dill 49dbf6e7a9
All checks were successful
Build / build (push) Successful in 1m33s
Initial commit
2025-02-25 19:31:32 +00:00

11 lines
101 B
C#

namespace TestWeb.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}