diff options
Diffstat (limited to 'src/DevHive.Tests/DevHive.Services.Tests/UnitTest1.cs')
| -rw-r--r-- | src/DevHive.Tests/DevHive.Services.Tests/UnitTest1.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/DevHive.Tests/DevHive.Services.Tests/UnitTest1.cs b/src/DevHive.Tests/DevHive.Services.Tests/UnitTest1.cs new file mode 100644 index 0000000..b6681da --- /dev/null +++ b/src/DevHive.Tests/DevHive.Services.Tests/UnitTest1.cs @@ -0,0 +1,18 @@ +using NUnit.Framework; + +namespace DevHive.Services.Tests +{ + public class Tests + { + [SetUp] + public void Setup() + { + } + + [Test] + public void Test1() + { + Assert.Pass(); + } + } +}
\ No newline at end of file |
