diff options
| author | Ben Magee <ben@bmagee.com> | 2018-12-12 20:56:27 +0000 |
|---|---|---|
| committer | Ben Magee <ben@bmagee.com> | 2018-12-12 20:56:27 +0000 |
| commit | 4b888fa59e1d4069d4ceae670f3945e7fc7ae2bd (patch) | |
| tree | cfc01110f8156a1ec7f23aaf1212818ef19db0fb /tests/Jellyfin.Notifications.Test/UnitTest1.cs | |
| parent | be36c494f6f94bbef993041480acdb454ee6401b (diff) | |
Jellyfin.Notifications.Test project
Diffstat (limited to 'tests/Jellyfin.Notifications.Test/UnitTest1.cs')
| -rw-r--r-- | tests/Jellyfin.Notifications.Test/UnitTest1.cs | 15 |
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 |
