aboutsummaryrefslogtreecommitdiff
path: root/tests/IsoMounter.Test/UnitTest1.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2018-12-12 22:11:25 -0500
committerGitHub <noreply@github.com>2018-12-12 22:11:25 -0500
commitf2fa780629927f483a9d1eb5ec54e6cc998a8d64 (patch)
tree4b35494a4f527ef489e408c889690f3db7c14351 /tests/IsoMounter.Test/UnitTest1.cs
parenta9e7050c800dadb18cd93aac0c0690cf9424e40f (diff)
Revert "Test Projects"
Diffstat (limited to 'tests/IsoMounter.Test/UnitTest1.cs')
-rw-r--r--tests/IsoMounter.Test/UnitTest1.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/IsoMounter.Test/UnitTest1.cs b/tests/IsoMounter.Test/UnitTest1.cs
deleted file mode 100644
index 26e2807b1..000000000
--- a/tests/IsoMounter.Test/UnitTest1.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System;
-using NUnit.Framework;
-
-namespace IsoMounter.Test
-{
- [TestFixture]
- public class UnitTest1
- {
- [Test]
- public void Test1()
- {
- Assert.That(true, Is.True);
- }
- }
-} \ No newline at end of file