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