Simon Diesenreiter d04b453e6f
Some checks failed
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 1m36s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been skipped
SonarQube Scan / SonarQube Trigger (push) Failing after 4m42s
feat: initial working version of service refs NOISSUE
2025-04-14 22:03:58 +02:00

13 lines
174 B
C#

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