OS Agnostic paths

This commit is contained in:
Mark McDowall 2015-01-03 23:33:29 -08:00
parent c5d4948d2a
commit 2b050cf88c
1 changed files with 1 additions and 1 deletions

View File

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