aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Tests/UnitTest1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aggregator/Tests/UnitTest1.cs')
-rw-r--r--Aggregator/Tests/UnitTest1.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Aggregator/Tests/UnitTest1.cs b/Aggregator/Tests/UnitTest1.cs
new file mode 100644
index 0000000..29d2d62
--- /dev/null
+++ b/Aggregator/Tests/UnitTest1.cs
@@ -0,0 +1,11 @@
+using System;
+using Xunit;
+
+namespace Tests {
+ public class UnitTest1 {
+ [Fact]
+ public void Test1() {
+
+ }
+ }
+}