Shamir/tests/console.tests/CommandTreeTests.cs
2021-09-25 22:19:16 +10:00

18 lines
No EOL
265 B
C#

using NUnit.Framework;
namespace Shamir.Console.Tests
{
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}
}