mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Fixed broken tests
This commit is contained in:
@@ -55,9 +55,7 @@ namespace NzbDrone.Core.Test.MediaFileTests.EpisodeImportTests
|
|||||||
|
|
||||||
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)
|
||||||
|
Reference in New Issue
Block a user