More documentation I don't want to lose and some code cleanup as I understand LZH better...er?
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace fxl.codes.kisekae.data.test;
|
||||
|
||||
public class LhMethodTests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user