mirror of https://github.com/lidarr/Lidarr
OsAgnostic for OnlyContain
This commit is contained in:
parent
41ebf21657
commit
149a1c2b75
|
@ -113,7 +113,7 @@ namespace NzbDrone.Core.Test.RootFolderTests
|
|||
.Returns(new List<Series>());
|
||||
|
||||
Subject.GetUnmappedFolders(@"C:\")
|
||||
.Should().OnlyContain(u => u.Path == @"C:\30 Rock");
|
||||
.Should().OnlyContain(u => u.Path == @"C:\30 Rock".AsOsAgnostic());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue