mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Fixed broken tests.
This commit is contained in:
parent
5f0c03d69d
commit
42554b815a
3 changed files with 49 additions and 3 deletions
|
@ -27,7 +27,7 @@ namespace NzbDrone.Core.Test
|
|||
{
|
||||
|
||||
[TestCase("nzbsorg.xml", 1)]
|
||||
[TestCase("nzbsrus.xml", 6)]
|
||||
[TestCase("nzbsrus.xml", 8)]
|
||||
[TestCase("newzbin.xml", 1)]
|
||||
[TestCase("nzbmatrix.xml", 2)]
|
||||
public void parse_feed_xml(string fileName, int warns)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue