mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
15 lines
No EOL
239 B
C#
15 lines
No EOL
239 B
C#
using System;
|
|
using NUnit.Framework;
|
|
|
|
namespace Jellyfin.LocalMetadata.Test
|
|
{
|
|
[TestFixture]
|
|
public class UnitTest1
|
|
{
|
|
[Test]
|
|
public void Test1()
|
|
{
|
|
Assert.That(true, Is.True);
|
|
}
|
|
}
|
|
} |