mirror of
https://github.com/Radarr/Radarr
synced 2025-03-06 03:39:41 +00:00
Fix test.
This commit is contained in:
parent
096d24ed91
commit
3c8162f1d6
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ namespace NzbDrone.Core.Test.ParserTests.ParsingServiceTests
|
|||
Subject.Map(_parsedMovieInfo, "", null);
|
||||
|
||||
Mocker.GetMock<IMovieService>()
|
||||
.Verify(v => v.FindByTitle(It.IsAny<string>()), Times.Once());
|
||||
.Verify(v => v.FindByTitle(It.IsAny<string>(), It.IsAny<int>()), Times.Once());
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
|
Loading…
Add table
Reference in a new issue