fixes tests
This commit is contained in:
@@ -15,13 +15,13 @@ namespace Umbraco.ModelsBuilder.Tests
|
||||
[TestFixture]
|
||||
public class BuilderTests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
Current.Reset();
|
||||
Current.UnlockConfigs();
|
||||
Current.Configs.Add(() => new ModelsBuilderConfig());
|
||||
}
|
||||
// [SetUp]
|
||||
// public void Setup()
|
||||
// {
|
||||
// Current.Reset();
|
||||
// Current.UnlockConfigs();
|
||||
// Current.Configs.Add(() => new ModelsBuilderConfig());
|
||||
// }
|
||||
|
||||
[Test]
|
||||
public void GenerateSimpleType()
|
||||
|
||||
Reference in New Issue
Block a user