mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
fixed broken tests
This commit is contained in:
parent
1ba74e0eea
commit
f0fbd2bc71
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ namespace NzbDrone.Core.Test
|
||||||
[TestCase(QualityTypes.HDTV, true)]
|
[TestCase(QualityTypes.HDTV, true)]
|
||||||
public void import_new_file_with_better_quality(QualityTypes currentFileQuality, bool currentFileProper)
|
public void import_new_file_with_better_quality(QualityTypes currentFileQuality, bool currentFileProper)
|
||||||
{
|
{
|
||||||
const string fileName = @"WEEDS.S03E01.DUAL.1080p.XviD.AC3.-HELLYWOOD.avi";
|
const string fileName = @"WEEDS.S03E01.DUAL.1080p.-HELLYWOOD.mkv";
|
||||||
const int seasonNumber = 3;
|
const int seasonNumber = 3;
|
||||||
const int episodeNumner = 1;
|
const int episodeNumner = 1;
|
||||||
const int size = 12345;
|
const int size = 12345;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue