BootstrapAdmin/UnitTest/Bootstrap.Admin/Api/SQLite/RolesTest.cs

11 lines
223 B
C#
Raw Normal View History

using Xunit;
namespace Bootstrap.Admin.Api.SQLite
{
[Collection("SQLiteContext")]
public class RolesTest : SqlServer.RolesTest
{
public RolesTest(SQLiteBAWebHost factory) : base(factory) { }
}
}