Firstborn/Library/PackageCache/com.unity.postprocessing@3.2.2/Tests/Editor/PostProcessEditorTests.cs

11 lines
137 B
C#
Raw Normal View History

2023-03-28 13:24:16 -04:00
using NUnit.Framework;
class PostProcessEditorTests
{
[Test]
public void DummyTest()
{
Assert.IsTrue(true);
}
}