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