mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 11:28:27 +01:00
Jellyfin.Notifications.Test project
This commit is contained in:
15
tests/Jellyfin.Notifications.Test/UnitTest1.cs
Normal file
15
tests/Jellyfin.Notifications.Test/UnitTest1.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Jellyfin.Notifications.Test
|
||||
{
|
||||
[TestFixture]
|
||||
public class UnitTest1
|
||||
{
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.That(true, Is.True);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user