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