mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Fix test
This commit is contained in:
parent
d4c5b329d3
commit
33cc1cf1af
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@ namespace Ombi.Core.Tests.Rule.Search
|
||||||
{
|
{
|
||||||
ProviderId = "123"
|
ProviderId = "123"
|
||||||
});
|
});
|
||||||
var search = new SearchMovieViewModel();
|
var search = new SearchMovieViewModel()
|
||||||
|
{
|
||||||
|
TheMovieDbId = "123",
|
||||||
|
};
|
||||||
var result = await Rule.Execute(search);
|
var result = await Rule.Execute(search);
|
||||||
|
|
||||||
Assert.True(result.Success);
|
Assert.True(result.Success);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue