aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Notifications.Test/UnitTest1.cs
diff options
context:
space:
mode:
authorBen Magee <ben@bmagee.com>2018-12-12 20:56:27 +0000
committerBen Magee <ben@bmagee.com>2018-12-12 20:56:27 +0000
commit4b888fa59e1d4069d4ceae670f3945e7fc7ae2bd (patch)
treecfc01110f8156a1ec7f23aaf1212818ef19db0fb /tests/Jellyfin.Notifications.Test/UnitTest1.cs
parentbe36c494f6f94bbef993041480acdb454ee6401b (diff)
Jellyfin.Notifications.Test project
Diffstat (limited to 'tests/Jellyfin.Notifications.Test/UnitTest1.cs')
-rw-r--r--tests/Jellyfin.Notifications.Test/UnitTest1.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/Jellyfin.Notifications.Test/UnitTest1.cs b/tests/Jellyfin.Notifications.Test/UnitTest1.cs
new file mode 100644
index 000000000..80ecc4434
--- /dev/null
+++ b/tests/Jellyfin.Notifications.Test/UnitTest1.cs
@@ -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);
+ }
+ }
+} \ No newline at end of file