diff --git a/src/Umbraco.Tests/Migrations/Upgrades/SqlCeUpgradeTest.cs b/src/Umbraco.Tests/Migrations/Upgrades/SqlCeUpgradeTest.cs index bdaf3f4bfd..3d249ff390 100644 --- a/src/Umbraco.Tests/Migrations/Upgrades/SqlCeUpgradeTest.cs +++ b/src/Umbraco.Tests/Migrations/Upgrades/SqlCeUpgradeTest.cs @@ -35,7 +35,7 @@ namespace Umbraco.Tests.Migrations.Upgrades catch (Exception) { //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 + // we'll run into issues because we've already set some things up TearDown(); throw; } @@ -83,4 +83,4 @@ namespace Umbraco.Tests.Migrations.Upgrades return SqlScripts.SqlResources.SqlCeTotal_480; } } -} \ No newline at end of file +}