1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-03 22:57:18 +02:00

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