This commit is contained in:
Qstick 2022-04-10 22:22:30 -05:00
parent 8723b0f4be
commit 133bfa68ea

View file

@ -27,6 +27,8 @@ namespace NzbDrone.Core.Test.MovieTests
{
_fakeMovie = Builder<MovieMetadata>
.CreateNew()
.With(x => x.CollectionTitle = null)
.With(x => x.CollectionTmdbId = 0)
.Build();
}