summaryrefslogtreecommitdiffstats
path: root/src/Otp.NET.UnitTests/UnitTest1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Otp.NET.UnitTests/UnitTest1.cs')
-rwxr-xr-xsrc/Otp.NET.UnitTests/UnitTest1.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Otp.NET.UnitTests/UnitTest1.cs b/src/Otp.NET.UnitTests/UnitTest1.cs
new file mode 100755
index 0000000..7f2737c
--- /dev/null
+++ b/src/Otp.NET.UnitTests/UnitTest1.cs
@@ -0,0 +1,14 @@
+using System;
+using Xunit;
+
+namespace Otp.NET.UnitTests
+{
+ public class UnitTest1
+ {
+ [Fact]
+ public void Test1()
+ {
+
+ }
+ }
+}