jellyfin/tests/Jellyfin.WebDashboard.Test/UnitTest1.cs

14 lines
220 B
C#
Raw Normal View History

2018-12-12 22:44:36 +01:00
using System;
using NUnit.Framework;
namespace Jellyfin.WebDashboard.Test
{
public class UnitTest1
{
[Test]
public void Test1()
{
Assert.That(true, Is.True);
}
}
}