generated from Templates/Dotnet_Executable
11 lines
146 B
C#
11 lines
146 B
C#
namespace DotnetTestExe.Tests;
|
|
|
|
public class UnitTest1
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
Assert.True(true);
|
|
}
|
|
}
|