mirror of
https://github.com/Readarr/Readarr
synced 2025-12-19 14:56:04 +01:00
Fixed media info test
This commit is contained in:
parent
e7275af073
commit
28f6777f9a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public void should_skip_up_to_date_media_info()
|
|||
.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…
Reference in a new issue