mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
chore: fixed tests
This commit is contained in:
parent
3b56ae904a
commit
867645aa59
1 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ namespace Ombi.Schedule.Tests
|
|||
Series = new PlexServerContent
|
||||
{
|
||||
TheMovieDbId = 33.ToString(),
|
||||
Title = "Test"
|
||||
Title = "abc"
|
||||
},
|
||||
EpisodeNumber = 1,
|
||||
SeasonNumber = 2,
|
||||
|
@ -226,7 +226,7 @@ namespace Ombi.Schedule.Tests
|
|||
{
|
||||
Series = new PlexServerContent
|
||||
{
|
||||
Title = "UNITTEST",
|
||||
Title = "UnitTest",
|
||||
ImdbId = "invlaid",
|
||||
},
|
||||
EpisodeNumber = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue