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

11 lines
229 B
C#
Raw Normal View History

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