fixed broken update tests.

This commit is contained in:
kay.one 2013-05-19 19:40:22 -07:00
parent 5730a67fb3
commit cbb80714c9

View file

@ -150,5 +150,11 @@ public void Should_download_and_extract_to_temp_folder()
updateSubFolder.GetDirectories().Should().HaveCount(1);
updateSubFolder.GetFiles().Should().NotBeEmpty();
}
[TearDown]
public void TearDown()
{
ExceptionVerification.IgnoreErrors();
}
}
}