1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-26 09:47:39 +00:00

Fixed broken integration tests

This commit is contained in:
Mark McDowall 2014-01-13 19:57:47 -08:00
parent 5ac55b0421
commit 2dccc0567e

View file

@ -20,6 +20,7 @@ namespace NzbDrone.Core.Test.IndexerTests.IntegrationTests
public void SetUp()
{
UseRealHttp();
Mocker.SetConstant<IIndexerParsingService>(new IndexerParsingService());
}
[Test]