diff --git a/NzbDrone.Test.Common/TestBase.cs b/NzbDrone.Test.Common/TestBase.cs index eac6da623..8c43ca9a5 100644 --- a/NzbDrone.Test.Common/TestBase.cs +++ b/NzbDrone.Test.Common/TestBase.cs @@ -44,7 +44,7 @@ namespace NzbDrone.Test.Common } - protected protected void WithStrictMocker() + protected void WithStrictMocker() { Mocker = new AutoMoqer(MockBehavior.Strict); }