mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed system files test
This commit is contained in:
parent
6072a58c57
commit
41ebf21657
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace NzbDrone.Core.Test.RootFolderTests
|
||||||
{
|
{
|
||||||
Mocker.GetMock<IDiskProvider>()
|
Mocker.GetMock<IDiskProvider>()
|
||||||
.Setup(s => s.GetDirectories(It.IsAny<String>()))
|
.Setup(s => s.GetDirectories(It.IsAny<String>()))
|
||||||
.Returns(new string[] {@"C:\30 Rock", @"C:\$Recycle.Bin", @"C:\.AppleDouble"});
|
.Returns(new string[] {@"C:\30 Rock".AsOsAgnostic(), @"C:\$Recycle.Bin".AsOsAgnostic(), @"C:\.AppleDouble".AsOsAgnostic()});
|
||||||
|
|
||||||
Mocker.GetMock<ISeriesService>()
|
Mocker.GetMock<ISeriesService>()
|
||||||
.Setup(s => s.GetAllSeries())
|
.Setup(s => s.GetAllSeries())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue