diff --git a/src/Umbraco.Tests/TestHelpers/BaseDatabaseFactoryTest.cs b/src/Umbraco.Tests/TestHelpers/BaseDatabaseFactoryTest.cs index 6bc45914a0..690eb6bec1 100644 --- a/src/Umbraco.Tests/TestHelpers/BaseDatabaseFactoryTest.cs +++ b/src/Umbraco.Tests/TestHelpers/BaseDatabaseFactoryTest.cs @@ -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 "; } } -} \ No newline at end of file +}