Fix PendingRelease Tests

This commit is contained in:
Qstick 2022-12-05 22:12:34 -06:00
parent 6ad49373d4
commit 3b46a08606

View file

@ -93,6 +93,7 @@ private void GivenHeldRelease(string title, string indexer, DateTime publishDate
.With(h => h.MovieId = _movie.Id)
.With(h => h.Title = title)
.With(h => h.Release = release)
.With(h => h.ParsedMovieInfo = _parsedMovieInfo)
.Build();
Mocker.GetMock<IPendingReleaseRepository>()