aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Tests/UnitTest1.cs
blob: 29d2d62e402c4ddc9ffb69409fec8e4fb57fd97f (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;
using Xunit;

namespace Tests {
    public class UnitTest1 {
        [Fact]
        public void Test1() {

        }
    }
}