1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-01 12:34:40 +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 @@ public class ScanFixture : CoreTest<DiskScanService>
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>()