Fix typo in SqlCeUpgradeTests.cs

Fix very minor typo in code comment
This commit is contained in:
George Jones
2018-11-12 13:50:00 +00:00
committed by Sebastiaan Janssen
parent 566459cb54
commit ea1a25eb84

View File

@@ -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;
}
}
}
}