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

11 lines
238 B
C#

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