Fixed typo in base database factory test class

This commit is contained in:
GIBE\jack.durcan
2018-11-12 12:26:17 +00:00
committed by Sebastiaan Janssen
parent 8d1bf6a1b8
commit 566459cb54

View File

@@ -183,8 +183,8 @@ namespace Umbraco.Tests.TestHelpers
{
RemoveDatabaseFile(ex =>
{
//if this doesn't work we have to make sure everything is reset! otherwise
// well run into issues because we've already set some things up
//If this doesn't work we have to make sure everything is reset! otherwise
// we'll run into issues because we've already set some things up
TearDown();
throw ex;
});
@@ -435,4 +435,4 @@ namespace Umbraco.Tests.TestHelpers
</root>";
}
}
}
}