Jellyfin.LocalMetadata.Test

This commit is contained in:
Ben Magee
2018-12-12 21:35:34 +00:00
parent 95f4af1534
commit 1e6272ce3a
3 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
using System;
using NUnit.Framework;
namespace Jellyfin.LocalMetadata.Test
{
[TestFixture]
public class UnitTest1
{
[Test]
public void Test1()
{
Assert.That(true, Is.True);
}
}
}