test ding

This commit is contained in:
Tibe Habils
2023-03-11 23:28:46 +01:00
parent c0a8cedecc
commit 5bd78afe82
14 changed files with 38 additions and 476 deletions

View File

@@ -0,0 +1,11 @@
using NUnit.Framework;
public class BasicTest
{
// check if edit mode tests works
[Test]
public void AlwaysTrueTest()
{
Assert.True(true);
}
}