Files
Dotnet_Executable/project_name.Tests/UnitTest1.cs
T
2024-11-27 21:27:53 +01:00

13 lines
169 B
C#

namespace project_name.Tests;
using project_name;
public class UnitTest1
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}