using Xunit; namespace Bootstrap.DataAccess.MongoDB { [Collection("MongoContext")] public class TasksTest : SqlServer.TasksTest { } }