test ding
This commit is contained in:
11
Assets/Common/Tests/BasicTest.cs
Normal file
11
Assets/Common/Tests/BasicTest.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
public class BasicTest
|
||||
{
|
||||
// check if edit mode tests works
|
||||
[Test]
|
||||
public void AlwaysTrueTest()
|
||||
{
|
||||
Assert.True(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user