BootstrapAdmin/UnitTest/Bootstrap.Admin/Api/MySql/RegisterTest.cs

11 lines
223 B
C#

using Xunit;
namespace Bootstrap.Admin.Api.MySql
{
[Collection("MySqlContext")]
public class RegisterTest : Api.RegisterTest
{
public RegisterTest(MySqlBAWebHost factory) : base(factory) { }
}
}