using Xunit; namespace Bootstrap.DataAccess.SQLite { [Collection("SQLiteContext")] public class DictsTest : DataAccess.DictsTest { } }