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

11 lines
229 B
C#

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