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