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

11 lines
232 B
C#

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