jellyfin/tests/Jellyfin.Dlna.Test/UnitTest1.cs
2018-12-12 20:29:39 +00:00

15 lines
230 B
C#

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