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

11 lines
244 B
C#

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