11 lines
226 B
C#
11 lines
226 B
C#
|
using Xunit;
|
|||
|
|
|||
|
namespace Bootstrap.Admin.Api.SQLite
|
|||
|
{
|
|||
|
[Collection("SQLiteContext")]
|
|||
|
public class SettingsTest : Api.SettingsTest
|
|||
|
{
|
|||
|
public SettingsTest(SQLiteBAWebHost factory) : base(factory) { }
|
|||
|
}
|
|||
|
}
|