Fixed media info test

This commit is contained in:
Mark McDowall 2016-08-16 21:12:18 -07:00
parent e7275af073
commit 28f6777f9a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
.All()
.With(v => v.RelativePath = "media.mkv")
.TheFirst(1)
.With(v => v.MediaInfo = new MediaInfoModel { SchemaRevision = 2 })
.With(v => v.MediaInfo = new MediaInfoModel { SchemaRevision = 3 })
.BuildList();
Mocker.GetMock<IMediaFileService>()