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

11 lines
217 B
C#

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