Fixed broken tests.

This commit is contained in:
kay.one
2012-03-29 18:54:29 -07:00
parent 19d45a5dc3
commit 0a3f5b24e4
2 changed files with 15 additions and 12 deletions

View File

@@ -14,6 +14,10 @@ namespace NzbDrone.Services.Service.Exceptions
_mongoDb = mongoDb;
}
public ExceptionRepository()
{
}
public virtual string Store(NzbDrone.Services.Service.Exceptions.ExceptionReport exceptionReport)
{