From 016caba35f7b32b47201fe9255d3f3462368c702 Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 8 Nov 2017 17:47:18 +1100 Subject: [PATCH] attempt to fix tests --- src/Umbraco.Tests/UdiTests.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Umbraco.Tests/UdiTests.cs b/src/Umbraco.Tests/UdiTests.cs index 75f4536fd4..f1c232d697 100644 --- a/src/Umbraco.Tests/UdiTests.cs +++ b/src/Umbraco.Tests/UdiTests.cs @@ -13,6 +13,12 @@ namespace Umbraco.Tests [TestFixture] public class UdiTests { + [SetUp] + public void Setup() + { + Udi.ResetUdiTypes(); + } + [Test] public void StringUdiCtorTest() {