✅ Ready to clone and code.
This commit is contained in:
committed by
github-actions[bot]
parent
c9a9b12831
commit
a49ea792cc
12
song_of_the_day.Tests/UnitTest1.cs
Normal file
12
song_of_the_day.Tests/UnitTest1.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace song_of_the_day.Tests;
|
||||
|
||||
using song_of_the_day;
|
||||
|
||||
public class UnitTest1
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.True(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user