2019-02-24 19:15:42 +08:00
|
|
|
|
using Xunit;
|
|
|
|
|
|
|
|
|
|
namespace Bootstrap.Admin.Api.SQLite
|
|
|
|
|
{
|
|
|
|
|
[Collection("SQLiteContext")]
|
2019-05-15 00:22:13 +08:00
|
|
|
|
public class AppsTest : SqlServer.AppsTest
|
2019-02-24 19:15:42 +08:00
|
|
|
|
{
|
|
|
|
|
public AppsTest(SQLiteBAWebHost factory) : base(factory) { }
|
|
|
|
|
}
|
|
|
|
|
}
|