This commit is contained in:
twisterino
2014-07-10 11:50:51 +01:00
parent c2867ca21d
commit be24957bb5

View File

@@ -149,7 +149,7 @@ namespace Spring.Testing.NUnit
protected override void OnTearDown()
{
throw new Exception("TearDown Expcetion");
throw new Exception("TearDown Exception");
}
}