jellyfin-server/tests/BDInfo.Test/UnitTest1.cs

14 lines
209 B
C#
Raw Normal View History

2018-12-12 20:23:27 +00:00
using NUnit.Framework;
namespace BDInfo.Test
{
[TestFixture]
public class UnitTest1
{
[Test]
public void Test1()
{
Assert.That(true, Is.True);
}
}
}