fixes tests

This commit is contained in:
Shannon
2019-10-28 21:59:08 +11:00
parent adbd2f0cca
commit d7ca1933cd

View File

@@ -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()