public void DropEmptySchema() { AdminQuery.DropSchema("test"); var exists = AdminQuery.Session.Access().SchemaExists("test"); Assert.IsFalse(exists); }