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

11 lines
220 B
C#
Raw Normal View History

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