attempt to fix tests

This commit is contained in:
Shannon
2017-11-08 17:47:18 +11:00
parent e72ec171f7
commit 016caba35f

View File

@@ -13,6 +13,12 @@ namespace Umbraco.Tests
[TestFixture]
public class UdiTests
{
[SetUp]
public void Setup()
{
Udi.ResetUdiTypes();
}
[Test]
public void StringUdiCtorTest()
{