mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-24 06:55:23 -07:00
this should at least fix the unit tests
This commit is contained in:
parent
ec3f68b6f2
commit
1a1c7757aa
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ namespace Ombi.Core.Tests.Engine.V2
|
||||||
[Ignore("Needs to be tested")]
|
[Ignore("Needs to be tested")]
|
||||||
public async Task Get_UnavailableRequests()
|
public async Task Get_UnavailableRequests()
|
||||||
{
|
{
|
||||||
_movieRequestRepository.Setup(x => x.GetWithUser()).Returns(new List<MovieRequests>
|
_movieRequestRepository.Setup(x => x.GetWithUser(false)).Returns(new List<MovieRequests>
|
||||||
{
|
{
|
||||||
new MovieRequests
|
new MovieRequests
|
||||||
{
|
{
|
||||||
|
|
|
@ -25,7 +25,7 @@ namespace Ombi.Schedule.Jobs.Ombi
|
||||||
_ombiSettings = ombiSettings;
|
_ombiSettings = ombiSettings;
|
||||||
_movieRequests = movieRequest;
|
_movieRequests = movieRequest;
|
||||||
_tvRequestRepository = tvRequestRepository;
|
_tvRequestRepository = tvRequestRepository;
|
||||||
_musicRequestRepository = _musicRequestRepository;
|
_musicRequestRepository = musicRequestRepository;
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue