jellyfin/tests/BDInfo.Test/UnitTest1.cs
2018-12-12 20:23:27 +00:00

14 lines
209 B
C#

using NUnit.Framework;
namespace BDInfo.Test
{
[TestFixture]
public class UnitTest1
{
[Test]
public void Test1()
{
Assert.That(true, Is.True);
}
}
}