Dotnet_Executable/project_name.Tests/UnitTest1.cs
Simon Diesenreiter ccb9c598ab
Some checks failed
Rename the project from template / rename-project (push) Has been skipped
SonarQube Scan / SonarQube Trigger (push) Has been skipped
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 1m53s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been skipped
more fixes
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);
}
}