1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-09-16 09:26:36 +02:00

Fixed broken build.

This commit is contained in:
kay.one
2011-12-01 17:37:38 -08:00
parent fabc4c84bd
commit b1c1f5e6d6

View File

@@ -44,7 +44,7 @@ namespace NzbDrone.Test.Common
}
protected protected void WithStrictMocker()
protected void WithStrictMocker()
{
Mocker = new AutoMoqer(MockBehavior.Strict);
}