13 lines
181 B
C#
13 lines
181 B
C#
using StellaOps.TestKit;
|
|
namespace StellaOps.Cli.Tests;
|
|
|
|
public class UnitTest1
|
|
{
|
|
[Trait("Category", TestCategories.Unit)]
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
|
|
}
|
|
}
|