Fix typo in SqlCeUpgradeTests.cs
Fix very minor typo in code comment
This commit is contained in:
committed by
Sebastiaan Janssen
parent
566459cb54
commit
ea1a25eb84
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user