mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Rename MP3-320 to MP3
This commit is contained in:
@@ -12,7 +12,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
{
|
||||
public static object[] SelfQualityParserCases =
|
||||
{
|
||||
new object[] { Quality.MP3_320 },
|
||||
new object[] { Quality.MP3 },
|
||||
new object[] { Quality.FLAC },
|
||||
new object[] { Quality.EPUB },
|
||||
new object[] { Quality.MOBI },
|
||||
@@ -39,7 +39,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
[TestCase("Maroon 5 Ft Kendrick Lamar -Dont Wanna Know MP3 2016")]
|
||||
public void should_parse_mp3_quality(string title)
|
||||
{
|
||||
ParseAndVerifyQuality(title, null, 0, Quality.MP3_320);
|
||||
ParseAndVerifyQuality(title, null, 0, Quality.MP3);
|
||||
}
|
||||
|
||||
[TestCase("Kendrick Lamar - DAMN (2017) FLAC")]
|
||||
|
||||
Reference in New Issue
Block a user