2018-12-12 21:00:19 +00:00

15 lines
248 B
C#

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