aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Controller.Test/UnitTest1.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2018-12-12 22:14:31 -0500
committerGitHub <noreply@github.com>2018-12-12 22:14:31 -0500
commitaf520f0e3aff9cd8b617dbb16374d6e3d5d8d467 (patch)
tree4b35494a4f527ef489e408c889690f3db7c14351 /tests/Jellyfin.Controller.Test/UnitTest1.cs
parenta9e7050c800dadb18cd93aac0c0690cf9424e40f (diff)
parentf2fa780629927f483a9d1eb5ec54e6cc998a8d64 (diff)
Merge pull request #121 from jellyfin/revert-112-67-testing
Revert "Test Projects"
Diffstat (limited to 'tests/Jellyfin.Controller.Test/UnitTest1.cs')
-rw-r--r--tests/Jellyfin.Controller.Test/UnitTest1.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/Jellyfin.Controller.Test/UnitTest1.cs b/tests/Jellyfin.Controller.Test/UnitTest1.cs
deleted file mode 100644
index 4d8ad2169..000000000
--- a/tests/Jellyfin.Controller.Test/UnitTest1.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-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