1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Removed strict mocker from available update tests, for real this time....

This commit is contained in:
Mark McDowall
2013-02-23 10:02:58 -08:00
parent 1202c9e6d0
commit 54dc8ee35e
2 changed files with 5 additions and 3 deletions
@@ -20,8 +20,6 @@ namespace NzbDrone.Core.Test.ProviderTests.UpdateProviderTests
[SetUp]
public void Setup()
{
WithStrictMocker();
Mocker.GetMock<ConfigProvider>().SetupGet(c => c.UpdateUrl).Returns("http://update.nzbdrone.com/_test/");
Mocker.Resolve<HttpProvider>();
}