11 lines
137 B
C#

using NUnit.Framework;
class PostProcessEditorTests
{
[Test]
public void DummyTest()
{
Assert.IsTrue(true);
}
}