mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
fixup!
This commit is contained in:
parent
8723b0f4be
commit
133bfa68ea
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ namespace NzbDrone.Core.Test.MovieTests
|
|||
{
|
||||
_fakeMovie = Builder<MovieMetadata>
|
||||
.CreateNew()
|
||||
.With(x => x.CollectionTitle = null)
|
||||
.With(x => x.CollectionTmdbId = 0)
|
||||
.Build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue