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;
|
|
|
|
|
|
2024-01-18 22:30:34 +00:00
|
|
|
|
namespace Mixonomer.Tests;
|
|
|
|
|
|
|
|
|
|
public class UnitTest1
|
2022-08-03 22:51:39 +01:00
|
|
|
|
{
|
2024-01-18 22:30:34 +00:00
|
|
|
|
[Fact]
|
|
|
|
|
public async void Test1()
|
2022-08-03 22:51:39 +01:00
|
|
|
|
{
|
2024-01-18 22:30:34 +00:00
|
|
|
|
// var repo = new UserRepo();
|
2022-08-03 22:51:39 +01:00
|
|
|
|
|
2024-01-18 22:30:34 +00:00
|
|
|
|
// var user = await repo.GetUser("andy");
|
2022-08-03 22:51:39 +01:00
|
|
|
|
}
|
2024-01-18 22:30:34 +00:00
|
|
|
|
}
|