fixed unit tests

This commit is contained in:
tidusjar 2020-11-11 09:21:27 +00:00
parent 9fea842545
commit de80558f54
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,6 @@ namespace Ombi.Core.Models.Search.V2
public class MovieCollection : SearchViewModel
{
public int Id { get; set; }
public string Overview { get; set; }
public string PosterPath { get; set; }
public string Title { get; set; }