fixed broken update tests.

pull/6/head
kay.one 11 years ago
parent 5730a67fb3
commit cbb80714c9

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

Loading…
Cancel
Save