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