jellyfin/tests/Jellyfin.XmlTv.Test/UnitTest1.cs
2018-12-12 21:02:59 +00:00

15 lines
231 B
C#

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