Mixonomer.NET/Mixonomer.Tests/UnitTest1.cs
2023-10-08 18:25:15 +01:00

19 lines
289 B
C#

using System;
using Mixonomer.Fire;
using Xunit;
namespace Mixonomer.Tests
{
public class UnitTest1
{
[Fact]
public async void Test1()
{
// var repo = new UserRepo();
// var user = await repo.GetUser("andy");
}
}
}