aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Controller.Test/UnitTest1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Jellyfin.Controller.Test/UnitTest1.cs')
-rw-r--r--tests/Jellyfin.Controller.Test/UnitTest1.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/Jellyfin.Controller.Test/UnitTest1.cs b/tests/Jellyfin.Controller.Test/UnitTest1.cs
new file mode 100644
index 000000000..4d8ad2169
--- /dev/null
+++ b/tests/Jellyfin.Controller.Test/UnitTest1.cs
@@ -0,0 +1,15 @@
+using System;
+using NUnit.Framework;
+
+namespace Jellyfin.Controller.Test
+{
+ [TestFixture]
+ public class UnitTest1
+ {
+ [Test]
+ public void Test1()
+ {
+ Assert.That(true, Is.True);
+ }
+ }
+} \ No newline at end of file