jellyfin/tests/Jellyfin.Naming.Test/UnitTest1.cs
2018-12-12 20:52:01 +00:00

15 lines
232 B
C#

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