Mixonomer.NET/Mixonomer.Tests/UnitTest1.cs

16 lines
249 B
C#
Raw Normal View History

2022-08-03 22:51:39 +01:00
using System;
2022-08-07 13:54:29 +01:00
using Mixonomer.Fire;
2022-08-03 22:51:39 +01:00
using Xunit;
namespace Mixonomer.Tests;
public class UnitTest1
2022-08-03 22:51:39 +01:00
{
[Fact]
public async void Test1()
2022-08-03 22:51:39 +01:00
{
// var repo = new UserRepo();
2022-08-03 22:51:39 +01:00
// var user = await repo.GetUser("andy");
2022-08-03 22:51:39 +01:00
}
}