mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
OsAgnostic for OnlyContain
This commit is contained in:
parent
41ebf21657
commit
149a1c2b75
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue