diff options
| author | Ben Magee <ben@bmagee.com> | 2018-12-12 21:33:40 +0000 |
|---|---|---|
| committer | Ben Magee <ben@bmagee.com> | 2018-12-12 21:33:40 +0000 |
| commit | 95f4af153455ce04cd47e04bd31d89535f294941 (patch) | |
| tree | da5f2f1860c7776cb321e4468eb8b3238b8d82a8 /tests/Jellyfin.Controller.Test/UnitTest1.cs | |
| parent | 1f47fece5744455d951840eed70d445b943bddea (diff) | |
Jellyfin.Controller.Test
Diffstat (limited to 'tests/Jellyfin.Controller.Test/UnitTest1.cs')
| -rw-r--r-- | tests/Jellyfin.Controller.Test/UnitTest1.cs | 15 |
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 |
