chore: initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace GroundsForSupport.Server.Tests;
|
||||
|
||||
public class ExampleTests
|
||||
{
|
||||
[Fact]
|
||||
public void SampleTest()
|
||||
{
|
||||
Assert.True(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user