Fixed media info test

pull/4/head
Mark McDowall 8 years ago
parent e7275af073
commit 28f6777f9a

@ -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>()

Loading…
Cancel
Save