1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed broken tests

This commit is contained in:
Mark McDowall 2013-07-16 09:55:15 -07:00
parent 0fbb45c175
commit 3e0140f263

View File

@ -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)