1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-17 15:59:36 +02:00

fixed broken test

This commit is contained in:
kay.one 2011-04-18 23:47:17 -07:00
parent 62b8d4be06
commit 848553da73

View File

@ -113,7 +113,7 @@ public void import_file_with_no_episode()
/////////////////////////////////////////
//Constants
const string fileName = "WEEDS.S03E01-06.DUAL.BDRip.XviD.AC3.-HELLYWOOD.avi";
const string fileName = "WEEDS.S03E01.DUAL.BDRip.XviD.AC3.-HELLYWOOD.avi";
const int seasonNumber = 3;
const int episodeNumner = 01;