about summary refs log tree commit diff
path: root/Tests/LibMatrix.Tests/ResolverTest.cs
blob: b1191fe7c350f5b58b64b48d1ba1a2f2b76de3cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
using LibMatrix.Services;

namespace LibMatrix.Tests;

public class ResolverTest {
    [Fact]
    public void ResolveServer() {

    }
}