1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 01:27:00 +00: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 @@ public void TestBaseTearDown()
} }
protected protected void WithStrictMocker() protected void WithStrictMocker()
{ {
Mocker = new AutoMoqer(MockBehavior.Strict); Mocker = new AutoMoqer(MockBehavior.Strict);
} }