Fixed newznab testing and saving

This commit is contained in:
Mark McDowall
2014-07-07 13:12:00 -07:00
parent 1ef756acd2
commit 07cb7edfcf
2 changed files with 5 additions and 5 deletions
@@ -20,7 +20,7 @@ namespace NzbDrone.Core.Test.IndexerTests
{
_indexers = new List<IIndexer>();
_indexers.Add(new Newznab());
_indexers.Add(Mocker.GetMock<Newznab>().Object);
_indexers.Add(new Omgwtfnzbs());
_indexers.Add(new Wombles());