BootstrapAdmin/UnitTest/Bootstrap.Admin/Api/SQLite/NewTest.cs

11 lines
217 B
C#

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