mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Fixed broken tests
This commit is contained in:
parent
0fbb45c175
commit
3e0140f263
@ -55,9 +55,7 @@ private void WithSeasonZero()
|
||||
|
||||
private void WithFileSize(long size)
|
||||
{
|
||||
Mocker.GetMock<IDiskProvider>()
|
||||
.Setup(s => s.GetFileSize(It.IsAny<String>()))
|
||||
.Returns(size);
|
||||
_localEpisode.Size = size;
|
||||
}
|
||||
|
||||
private void WithLength(int minutes)
|
||||
|
Loading…
Reference in New Issue
Block a user