mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-02-20 12:43:28 +02:00
Fixed broken tests.
This commit is contained in:
parent
3f32ad1bf2
commit
40dec07612
@ -26,8 +26,8 @@ namespace NzbDrone.Core.Test
|
||||
public class IndexerTests : CoreTest
|
||||
{
|
||||
|
||||
[TestCase("nzbsorg.xml", 2)]
|
||||
[TestCase("nzbsrus.xml", 7)]
|
||||
[TestCase("nzbsorg.xml", 1)]
|
||||
[TestCase("nzbsrus.xml", 6)]
|
||||
[TestCase("newzbin.xml", 1)]
|
||||
[TestCase("nzbmatrix.xml", 2)]
|
||||
public void parse_feed_xml(string fileName, int warns)
|
||||
|
Loading…
x
Reference in New Issue
Block a user