BootstrapAdmin/test/UnitTest/Bootstrap.Admin/Controllers/SQLite/AccountTest.cs

11 lines
237 B
C#

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