Deleted template unit test.

This commit is contained in:
Harrison Deng 2020-02-29 04:29:58 -05:00
parent 3085416efd
commit efd81fe00f

View File

@ -1,18 +0,0 @@
using NUnit.Framework;
namespace RecrownedGTK.Tools.Tests
{
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}
}