mirror of
https://github.com/Radarr/Radarr
synced 2025-02-20 21:37:18 +00:00
Fixed broken tests
This commit is contained in:
parent
0fbb45c175
commit
3e0140f263
1 changed files with 1 additions and 3 deletions
|
@ -55,9 +55,7 @@ private void WithSeasonZero()
|
||||||
|
|
||||||
private void WithFileSize(long size)
|
private void WithFileSize(long size)
|
||||||
{
|
{
|
||||||
Mocker.GetMock<IDiskProvider>()
|
_localEpisode.Size = size;
|
||||||
.Setup(s => s.GetFileSize(It.IsAny<String>()))
|
|
||||||
.Returns(size);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void WithLength(int minutes)
|
private void WithLength(int minutes)
|
||||||
|
|
Loading…
Reference in a new issue