diff options
| author | Ben Magee <ben@bmagee.com> | 2018-12-12 21:35:34 +0000 |
|---|---|---|
| committer | Ben Magee <ben@bmagee.com> | 2018-12-12 21:35:34 +0000 |
| commit | 1e6272ce3a962ef7129b5ef0efa95e2eb2bd9416 (patch) | |
| tree | f36f1f5b619b3969cc3104a0e891441ccb76fd96 /tests/Jellyfin.LocalMetadata.Test/UnitTest1.cs | |
| parent | 95f4af153455ce04cd47e04bd31d89535f294941 (diff) | |
Jellyfin.LocalMetadata.Test
Diffstat (limited to 'tests/Jellyfin.LocalMetadata.Test/UnitTest1.cs')
| -rw-r--r-- | tests/Jellyfin.LocalMetadata.Test/UnitTest1.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/Jellyfin.LocalMetadata.Test/UnitTest1.cs b/tests/Jellyfin.LocalMetadata.Test/UnitTest1.cs new file mode 100644 index 000000000..27e3d21c1 --- /dev/null +++ b/tests/Jellyfin.LocalMetadata.Test/UnitTest1.cs @@ -0,0 +1,15 @@ +using System; +using NUnit.Framework; + +namespace Jellyfin.LocalMetadata.Test +{ + [TestFixture] + public class UnitTest1 + { + [Test] + public void Test1() + { + Assert.That(true, Is.True); + } + } +}
\ No newline at end of file |
