mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 05:46:30 +01:00
Jellyfin.LocalMetadata.Test
This commit is contained in:
15
tests/Jellyfin.LocalMetadata.Test/UnitTest1.cs
Normal file
15
tests/Jellyfin.LocalMetadata.Test/UnitTest1.cs
Normal 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user