1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-24 07:01:29 +00:00

OS Agnostic paths

This commit is contained in:
Mark McDowall 2015-01-03 23:33:29 -08:00
parent c5d4948d2a
commit 2b050cf88c

View file

@ -26,7 +26,7 @@ namespace NzbDrone.Core.Test.MediaFiles.DiskScanServiceTests
public void Setup()
{
_series = Builder<Series>.CreateNew()
.With(s => s.Path = @"C:\Test\TV\Series")
.With(s => s.Path = @"C:\Test\TV\Series".AsOsAgnostic())
.Build();
Mocker.GetMock<IDiskProvider>()