Jellyfin.LocalMetadata.Test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user